Sebastian Luna-Valero

Results 49 comments of Sebastian Luna-Valero

Hi @xolox All tests are passing except for `coveralls` which I don't know how to fix. Please have a look and let me know your thoughts. Many thanks, Sebastian

Hi again, Alright so adding tests for the new code solves the `coveralls` issue. Please have a look and let me know your thoughts. Best regards, Sebastian

Hi, Probably my changes are a bit too much for this package and that's why it hasn't been merge. I have just taken the relevant code out and copied it...

@1kastner sorry, could you please provide steps to get that info?

Thanks. I am deploying JupyterHub on kubernetes, how can I check it in that case?

Hi, I think these are the answers: * JupyterHub 0.9.1 ships ldap3 version 2.7 * JupyterHub 0.10.6 ships ldap3 version 2.8.1 * JupyterHub 0.11.1 ships ldap3 version 2.8.1 For future...

Hi, Our LDAP server uses START_TLS and when I add `use_ssl:true` with `JupyterHub-0.11.1`, `ldapauthenticator-1.3.2`, `ldap3-2.8.1`: ``` hub: config: JupyterHub: authenticator_class: ldapauthenticator.LDAPAuthenticator LDAPAuthenticator: bind_dn_template: - uid={username},ou=People,dc=example,dc=org server_address: ldap.example.org #or ldaps://ldap.example.org use_ssl:...

Hi, I tried applying the patch and I got the same exception. Best regards, Sebastian

Hi, I have reported this issue and got feedback here https://github.com/cannatag/ldap3/issues/925#issuecomment-790005828 Could I ask where is the relevant JupyterHub config to negotiate secure connection with the LDAP server? I couldn't...

Hi, Following steps here: https://ldap3.readthedocs.io/en/latest/tutorial_intro.html#establishing-a-secure-connection The following commands work on both: * JupyterHub-0.9.1, ldap3-2.7, ldapauthenticator-1.3.0, Python-3.6.9, PyOpenSSL-19.1.0, OpenSSL 1.1.1 11 Sep 2018 * JupyterHub-0.11.1, ldap3-2.8.1, dapauthenticator-1.3.2, Python-3.8.5, PyOpenSSL-20.0.0, OpenSSL 1.1.1f...