jupyterhub-ldap-authenticator
jupyterhub-ldap-authenticator copied to clipboard
c.Authenticator.username_map not working
Hi I set the username map setting in jupyterhub_config file to use mapping table to map LDAP username with local unix user c.Authenticator.username_map={ldapuserA, localunixA}.
but this doesn't get validated when I use the ldapauthenticator.LDAPAuthenticator. When I change the configuration to localPAMAuthenticator. this setting works
Unfortunately this isn't an easy fix and will take some time to resolve and test. I will let you know once I have an update.
thanks hansohn. I liked your ldap-authenticator version as it fits our organization standards.
Do you have an ETA on when we can fix this issue? We are planning our solution into PROD the 3rd week of November and it would be great if you can get this fixed by sooner. Please keep me updated on your progress.
Also I can take a look into the code this weekend and see if I can fix this feature and pull the code for your review. I'm new to python. Can you provide a developer guidelines on how to build and work on your package that would be helpful?