You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a freshly installed "the-littlest-jupyterhub" and this plugin, I am able to log against my LDAP (openldap) but can't discriminate users based on their membership of a group because in my directory the users are added to a group with the attribute memberUID and it's not working with this plugin who is searching for other attributes.
So my question is, how can I discriminate users based on another attribute in their LDAP account. I'm thinking of narrowing the user search with a filter like (&(uid=username)(someAttribute=jupyter)) but can't figure how to achieve this.
I think I don't understand LDAP stuff well enough, in turn to understand the question well enough, in turn to decide on close this issue or find an action point related to it.
I'll go for a close not feeling confident as its old, sorry for the super late response
Hi,
Using a freshly installed "the-littlest-jupyterhub" and this plugin, I am able to log against my LDAP (openldap) but can't discriminate users based on their membership of a group because in my directory the users are added to a group with the attribute memberUID and it's not working with this plugin who is searching for other attributes.
So my question is, how can I discriminate users based on another attribute in their LDAP account. I'm thinking of narrowing the user search with a filter like (&(uid=username)(someAttribute=jupyter)) but can't figure how to achieve this.
Thanks for any help. Below my config.yaml:
The text was updated successfully, but these errors were encountered: