ldapauthenticator icon indicating copy to clipboard operation
ldapauthenticator copied to clipboard

LDAP Authenticator Plugin for Jupyter

Results 80 ldapauthenticator issues
Sort by recently updated
recently updated
newest added

https://github.com/jupyterhub/ldapauthenticator/blob/24f11eb5d2517d6a1bd9cc616653cc000a044811/ldapauthenticator/ldapauthenticator.py#L430 https://github.com/jupyterhub/ldapauthenticator/blob/1.3.2/ldapauthenticator/ldapauthenticator.py#L430:L448 ### When escape_userdn = True the ldapauthenticator escapes special chars in userdn but does not escapes special chars in **username**. This does not cause an issue when allowed_groups...

This is a dependency of z2jh and tljh that hasn't been updated in a long time. I'd like to get one release out that is known to work with jupyterhub...

maintenance

There is a test suite setup to run unit tests - but not full end to end (e2e) tests involving starting aj upyterhub and using the authenticator against it. ###...

Hello ! Thank you for the work done on this plugin ! I am currently using it for accessing JupyterHub in our data science team at my company, but I...

Hello, Thank you so much for your work, this is very nice. ### Bug description I'm using your lib for my Jupyterhub and LDAP but I'm facing a weird issue....

bug

### Bug description Hello everyone. Sorry for the provocative title. But I am now trying that for several days and i am slowly but surely reaching my frustration limit. It...

bug

updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)

add the capability or the docs on adding multiple server addresses

enhancement

From https://github.com/jupyterhub/ldapauthenticator/issues/165#issuecomment-742982125: > I found that it was due to the allowed_groups testing the "memberOf" attribute, as the LDAP server only has the memberUid option, and the attempted search of...

help wanted
bug

### Proposed change Add a config item `admin_groups` as a list to define LDAP groups for administration, similar issues are defined in #72 or #160 ### Who would use this...

new