Skip to content

sources/ldap: add connection logging & downgrade message#20519

Merged
BeryJu merged 1 commit intomainfrom
sources/ldap/log-downgrade
Feb 28, 2026
Merged

sources/ldap: add connection logging & downgrade message#20519
BeryJu merged 1 commit intomainfrom
sources/ldap/log-downgrade

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 24, 2026

currently we silently downgrade to no schema information fetched

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 24, 2026 13:58
@BeryJu BeryJu added area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 24, 2026
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 494b83b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699daea40647e00008e7fdaa
😎 Deploy Preview https://deploy-preview-20519--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.26%. Comparing base (0072211) to head (494b83b).
⚠️ Report is 61 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/sources/ldap/models.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20519      +/-   ##
==========================================
- Coverage   93.30%   93.26%   -0.04%     
==========================================
  Files         981      981              
  Lines       55311    55316       +5     
==========================================
- Hits        51607    51591      -16     
- Misses       3704     3725      +21     
Flag Coverage Δ
conformance 37.36% <40.00%> (+<0.01%) ⬆️
e2e 43.17% <40.00%> (+<0.01%) ⬆️
integration 22.33% <40.00%> (-0.05%) ⬇️
unit 91.51% <40.00%> (+<0.01%) ⬆️
unit-migrate 91.55% <40.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-494b83b38b1d82ee31835cfd6ada7bc06da2a07e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-494b83b38b1d82ee31835cfd6ada7bc06da2a07e

Afterwards, run the upgrade commands from the latest release notes.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Feb 27, 2026
@BeryJu BeryJu merged commit 7d74bfe into main Feb 28, 2026
104 of 107 checks passed
@BeryJu BeryJu deleted the sources/ldap/log-downgrade branch February 28, 2026 12:46
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 28, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 28, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20636

BeryJu added a commit that referenced this pull request Feb 28, 2026
…20519 to version-2026.2) (#20636)

sources/ldap: add connection logging & downgrade message (#20519)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants