Hello everyone, 
I am experimenting with getting this going 
(https://github.com/benhosmer/jupyterhub-ldapcreateusers).

I can login but it wont create my server upon login. i get 500 insternal 
Server Error.

Has anyone used this addon and have a configuration they could possibly 
share.

I haven't made any modifications to the config file except for adding the 
authentication option and create users.  Here is my config:


#------------------------------------------------------------------------------
# LDAPAuthenticator(LDAPAuthenticator) configuration
#------------------------------------------------------------------------------

c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator'
c.LDAPAuthenticator.server_address = 'ads1.XXX.XXX.XXX, ads2.XXX.XXX.XXX'
c.LDAPAuthenticator.lookup_dn = True
c.LDAPAuthenticator.use_ssl = False
c.LDAPAuthenticator.lookup_dn_search_filter = '({login_attr}={login})'
c.LDAPAuthenticator.user_search_base = 'DC=ads,DC=XXX,DC=XXX,DC=XXX'
c.LDAPAuthenticator.user_attribute = 'sAMAccountName'
c.LDAPAuthenticator.lookup_dn_user_dn_attribute = 'cn'

#------------------------------------------------------------------------------
# LDAPCreateUsers configuration
#------------------------------------------------------------------------------

c.JupyterHub.authenticator_class = 'ldapcreateusers.LocalLDAPCreateUsers'
c.LocalLDAPCreateUsers.server_address =  'ads1.XXX.XXX.XXX, 
ads2.XXX.XXX.XXX'
c.LocalLDAPCreateUsers.lookup_dn = True
c.LocalLDAPCreateUsers.use_ssl = False
c.LocalLDAPCreateUsers.lookup_dn_search_filter = '({login_attr}={login})'
c.LocalLDAPCreateUsers.user_search_base = 'DC=ads,DC=XXX,DC=XXX,DC=XXX'
c.LocalLDAPCreateUsers.user_attribute = 'sAMAccountName'
c.LocalLDAPCreateUsers.lookup_dn_user_dn_attribute = 'cn'
c.LocalLDAPCreateUsers.create_system_users = True

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/5caf2739-f9f3-49a1-8316-da9f6d65ed3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to