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
exec(compiler(f.read(), fname, 'exec'), glob, loc)
File "/home/vagrant/jupyterhub_config.py", line 6, in <module>
LDAPAuthenticator.server_address = 'https://my.ldap.server'
NameError: name 'LDAPAuthenticator' is not defined
Note the preceeding c., which represents the config object. I checked and the README includes the 'c', but realize that's easy to miss. I'll add a comment emphasizing it.
My config:
Adding this to my config:
fixes the error. Am I missing something or do the docs just need to be updated?
The text was updated successfully, but these errors were encountered: