hansohn / jupyterhub-ldap-authenticator

LDAP Authenticator plugin for JupyterHub
MIT License
17 stars 11 forks source link

getting this to work with tljh #22

Closed Borega closed 1 year ago

Borega commented 1 year ago

Iam trying to get this running on tljh. Had it working on a regular system before, so config is correct. The problem Iam facing is that ldapauthenticator.LDAPAuthenticator results in tljh using the default ldap authenticator by jupyterhub, not this one. Any ideas?

Borega commented 1 year ago

got this to work by just replacing the files in /opt/tljh/hub/lib/python3.10/site-packages/ldapauthenticator/ with the ones in this repo. Not the nice way to do it but it works :D