ponomarevsy

Results 7 comments of ponomarevsy

I just found this example (https://github.com/jupyterhub/ldapauthenticator): ``` c.LDAPAuthenticator.bind_dn_template = [ "uid={username},ou=people,dc=wikimedia,dc=org", "uid={username},ou=developers,dc=wikimedia,dc=org", ] ``` But it produces: ``` traitlets.traitlets.TraitError: The 'bind_dn_template' trait of a LDAPAuthenticator instance must be a unicode...

And "jupyterhub-ldapauthenticator" version is 1.1. Do you think updating "jupyterhub-ldapauthenticator" would help? Thanks!

Thanks, Min. Sorry about the wrong repo...

I fixed the problem by: 1) Upgrading ldapauthenticator to the latest version 2) Using "CN={username}," instead of "uid={username}," So, the correct LDAP entry looks like this (in my case): ```...

Can I use both local PAM accounts and LDAP accounts? How do I combine the two in a config file? Thank you in advance.

Hi @fataltes. I've copied and pasted all warnings and errors I see during the installation (please let me know if you need more information): ``` » ./install.sh Building Pufferfish, Puffaligner...

Good morning, @fataltes. Please see my answers below... The following libraries are installed: ``` (agamemnon-0.1.0) [user@node](master|✚6…)» conda list xz # packages in environment at /path/Anaconda3/2021.05/envs/agamemnon-0.1.0: # # Name Version Build...