Marvin Kastner

Results 119 comments of Marvin Kastner

One suggestion I have is that when the docker volume template is filled, the answer could be more than just the prepared string. Instead, the answer could be a dictionairy...

Well, for the general approach the only issue here is that I need a way how to get the information whether the user was inactive. The logic which is currently...

Another lead to follow might be not to use the idle-culler service but instead the culling logic that is incorporated into the JupyterHub itself, which you also highlighted [in this...

@sebastian-luna-valero could you also report the installed versions of the ldap3 module for each JupyterHub version?

@sebastian-luna-valero You need to launch the very same Python the JupyterHub is running with. Then you can simply import the library and check its version number. Just the first google...

Please check that yourself, I have no access to a kubernetes setup.

Maybe you can have a look at https://github.com/jupyterhub/ldapauthenticator/issues/186 which looks very similar. Check whether your ldap server uses SSL or START_TLS. Maybe you can just play with `use_ssl: true`?

Sorry then I can't help you. Maybe you can have a look at https://github.com/cannatag/ldap3/issues/855 and the applied changes as described in https://github.com/jupyterhub/ldapauthenticator/issues/186#issuecomment-739680599. It seems like the ldapauthanticator library needs some...

Check https://github.com/jupyterhub/ldapauthenticator/blob/31d70f8420b3c0ffd96d61164e0921bfe2ae431a/ldapauthenticator/ldapauthenticator.py#L307-L317 and in case also the remaining file. The code is not that complex.

I am not sure who to include into this discussion who has deeper insights into the specifica of ldap3 and their underlying libraries. This ldapauthenticator library is only scratching at...