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
As an administrator, I would like LDAP authenticated users to automatically have accounts created on my system so that I can automate this process. #19
Using the LDAP authenticator, I'm able to authenticate users.
For example, the user exists in the LDAP server and also has a linux user account on the hub server. Login and authentication works fine.
If a user exists in the LDAP server though but does not have a corresponding linux system account on the hub, I get the following error:
File "/usr/lib/python3.4/site-packages/jupyterhub/spawner.py", line 439, in user_env
home = pwd.getpwnam(self.user.name).pw_dir
KeyError: 'getpwnam(): name not found: angie'
Can the LDAP authenticator be used with the PAM/LocalAuthenticator capabalities and create this user if they don't exist?