Julian Bender

Results 4 comments of Julian Bender

No so far I did not solve this. There were other things with priority in the meantime but I am still very keen on getting this running. Please let me...

Thanks @MarleTangible for linking this here. Indeed adding the name attribute alone did not help, I additionally had to remove the authentication attribute to allow anonymous authentication. First modification as...

@MarleTangible Thanks for pointing out the correct position of the `name` attribute. Nevertheless, I still have to remove the authentication to get it working for me. The SMTP server I...

Hi, I don't think the attribute c.LDAPAuthenticator.user_search_filter = '(&(objectClass=posixAccount)(uid={username}))' exists. It's rather ''c.LDAPAuthenticator.search_filter'' https://github.com/jupyterhub/ldapauthenticator/blob/c11e26d9d649efa7849291285f74fd9eecdcf1bb/ldapauthenticator/ldapauthenticator.py#L212-L214