-
Notifications
You must be signed in to change notification settings - Fork 178
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
specifiy admin user via ldap #160
Comments
Does setting |
No, it did not. I had to explicitly disable it because LDAP and Admin_users would not merge.... |
I was looking for a way to set the admin group for LDAP/Active Directory authentication. |
This shouldn't be too hard to do based on LDAP group. But until then, just add the following line in your
|
great - this worked for me!
This not a big issue, because I'm now able to access the admin GUI again and set more admins there if necessary. I just wonder where the permissions are set / saved - If I change something via GUI nothing seems to change in the jupyterhub_config.py |
@seal61 so close!!! Try this.
|
Previous comment worked for me... but... How do we specify admin using an LDAP group? ...I suspect we need an equivalent to
|
How can I define admin users list in config.yaml (or helm values) file for helm deployment? I am using latest version of jupyterhub... |
We have |
Hey,
I have not found a way to grant administrator rights to a user who has logged in via LDAP.
Is this possibility available, if so, where?
Currently I cannot use the local administrator account, because the login mask only refers to LDAP accounts. For this I would first have to deactivate the plugin again.
I would be glad about any information - thanks in advance!
The text was updated successfully, but these errors were encountered: