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
Thanks for providing such a module, it is very useful for schools.
As written in the title, I managed to use ldapauthenticator and to log in with ldap credentials, when an unix account already exists on the server who host jupyterhub.
But I get an error 'getpwnam(): name not found: USERNAME' for all new users, and I have to allow all users to login for my school.
Hi @kiarn, It looks as if the functionality that you are looking for (creating users) has not yet been implemented in this authenticator. See discussion here: jupyterhub/jupyterhub#932 (comment)
Hello,
Thanks for providing such a module, it is very useful for schools.
As written in the title, I managed to use ldapauthenticator and to log in with ldap credentials, when an unix account already exists on the server who host jupyterhub.
But I get an error 'getpwnam(): name not found: USERNAME' for all new users, and I have to allow all users to login for my school.
I've seen jupyterhub/jupyterhub#466, but I don't want to use the DockerSpawner.
My config :
Did I miss something in the config file ?
Thanks for your help
The text was updated successfully, but these errors were encountered: