-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: LDAP - add flag which enable nested groups for MS AD #2173
base: master
Are you sure you want to change the base?
feat: LDAP - add flag which enable nested groups for MS AD #2173
Conversation
f7860d0
to
a5e679d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2173 +/- ##
==========================================
- Coverage 79.31% 74.32% -5.00%
==========================================
Files 72 72
Lines 8974 8930 -44
==========================================
- Hits 7118 6637 -481
- Misses 1856 2293 +437
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@barloc Can I ask what the status of this is? Do you plan to work on this? |
@barloc do you plan to implement this? |
hello |
…ested groups from ms active directory * fix: don't load inactive users with sessions * add test * fix test
ff9e76a
to
5def4f8
Compare
Hello |
Description
Enable search for user nested groups in LDAP system. Use attribute
member:1.2.840.113556.1.4.1941:
for Microsoft Active Directory and set groups from the search to theuser_info[self.auth_ldap_group_field]
field.Add flag AUTH_LDAP_USE_NESTED_GROUPS_FOR_ROLES which enables this feature. Default value is False.
Fix this issues:
ADDITIONAL INFORMATION