Open Aethylred opened 4 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
I think this is a dup of https://github.com/jupyterhub/ldapauthenticator/issues/148.
It does, looks like they'er covering nested groups in Active Directory, but may not cover the case for FreeIPA/Redhat Identity Manager/389 Directory Server
It may also be part of #94
Hello! Any update of this issue? We have the same problem, because have a lot of users and nested groups its nice solution
Bug description
Using a directory service like FreeIPA that allows nested groups, if a nested group is added to
c.LDAPAuthenticator.allowed_groups
the indirect members (i.e. members of child groups) are not granted access to Jupyter services.Expected behaviour
We expected indirect group members to be allowed access to jupyterhub services
Actual behaviour
Access is denied.
How to reproduce
c.LDAPAuthenticator.allowed_groups
injupyterhub_config.py
Your personal set up