-
-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source/ldap: lookup group memberships from user attribute #12661
base: main
Are you sure you want to change the base?
source/ldap: lookup group memberships from user attribute #12661
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
603a728
to
a6dfbcb
Compare
Force-pushed to add PGP signature. |
c98ec42
to
96c44c6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12661 +/- ##
==========================================
+ Coverage 92.70% 92.76% +0.05%
==========================================
Files 769 769
Lines 38898 38910 +12
==========================================
+ Hits 36062 36093 +31
+ Misses 2836 2817 -19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I just rechecked lint and web&website generation, all |
website/docs/users-sources/sources/directory-sync/active-directory/index.md
Outdated
Show resolved
Hide resolved
…tory/index.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Amélie Krejčí <[email protected]>
Details
This MR implements lookups of group memberships from user attributes as an option alternative to lookups from group attributes. This also allows for nested group lookups in Active Directory using the
:1.2.840.113556.1.4.1941:
string.Implements #3879
Some code taken from shawnweeks/authentik, originally submitted as #3936.
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)