issues
search
jupyterhub
/
ldapauthenticator
LDAP Authenticator Plugin for Jupyter
BSD 3-Clause "New" or "Revised" License
206
stars
178
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add changelog for 2.0.2
#298
consideRatio
closed
2 weeks ago
1
Document configuring TLS ciphers and log a link to it on raised handshake error
#297
consideRatio
closed
2 weeks ago
2
[pre-commit.ci] pre-commit autoupdate
#296
pre-commit-ci[bot]
closed
2 weeks ago
0
Review user attributes fetched for auth_state - could end up not being the users without an error being raised?
#295
consideRatio
closed
2 weeks ago
0
Fix parsing of search response
#294
consideRatio
closed
2 weeks ago
6
TLJH upgrade causes SSLV3_ALERT_HANDSHAKE_FAILURE until ciphers explicitly configured
#293
fredcy
closed
2 weeks ago
8
Incorrect handling for LDAP responses with Search Reference Results.
#292
franciscaestecker
closed
2 weeks ago
14
Release 2.0.1
#291
manics
closed
3 weeks ago
0
Test bind_dn_template more thoroughly
#290
manics
closed
3 weeks ago
0
fix: Ensure a list `bind_dn_template` is properly validated
#289
mahendrapaipuri
closed
3 weeks ago
0
Add changelog for 2.0.0
#288
consideRatio
closed
1 month ago
0
Remove empty scripts file
#287
manics
closed
1 month ago
0
Docs updates, and a few tweaks to the allow config
#286
manics
closed
1 month ago
0
Add changelog for 2.0.0b2
#285
consideRatio
closed
1 month ago
0
Comment consistently about escape_rdn and escape_filter_chars
#284
consideRatio
closed
1 month ago
0
Validate config on startup when possible (allowed_groups, lookup_dn, bind_dn_template)
#283
consideRatio
closed
1 month ago
0
Add LDAPAuthenticator.version_info
#282
consideRatio
closed
1 month ago
0
tests: pass config to constructor instead of configuring after
#281
consideRatio
closed
1 month ago
0
Change `use_lookup_dn_username` default value to False
#280
consideRatio
closed
1 month ago
2
docs: update a few config descriptions
#279
consideRatio
closed
1 month ago
0
Fix a log message about lookup_dn_user_dn_attribute
#278
consideRatio
closed
1 month ago
0
refactor: distinguish login_username from resolved_username
#277
consideRatio
closed
2 months ago
0
Require a unique DN to be found when using lookup_dn
#276
consideRatio
closed
2 months ago
0
Add missing docs for `search_filter` and `attributes` and improve logging for `search_filter`
#275
consideRatio
closed
2 months ago
0
Improve logging, docstring, and variable naming in `resolve_username` function
#274
consideRatio
closed
2 months ago
0
Add `tls_kwargs` config to configure underlying ldap3 package tls
#273
consideRatio
closed
2 months ago
3
Add changelog for 2.0.0b1
#272
consideRatio
closed
2 months ago
0
Can't connect through VSCode remote server
#271
vinibodruch
closed
2 months ago
1
Fix duplicated bind operation, only one is needed
#270
consideRatio
closed
2 months ago
1
align `allowed_groups` with other `allowed_` config, consistent in JupyterHub 5
#269
minrk
closed
2 months ago
16
refactor: specify param names for Connection.search consistently
#268
consideRatio
closed
2 months ago
0
Escape username within DN correctly and remove `escape_userdn`
#267
consideRatio
closed
2 months ago
5
`escape_userdn` doesn't seem right - is it?
#266
consideRatio
closed
2 months ago
0
`search_filter` config not documented in readme, and implemetation seems off
#265
consideRatio
closed
2 months ago
0
refactor: reduce use of temporary variables
#264
consideRatio
closed
2 months ago
0
Does searching with missing group attributes raise exceptions?
#263
consideRatio
opened
2 months ago
0
docs: fix readme example based on investigation by MakarovDi
#262
consideRatio
closed
2 months ago
0
Re-evaluate providing a LocalLDAPAuthenticator
#261
consideRatio
closed
2 months ago
3
Support `allowed_users` and `admin_users`
#260
consideRatio
closed
2 months ago
3
A single issue to represent various SSL/TLS issues
#259
consideRatio
closed
2 months ago
0
Add `tls_strategy` and deprecate `use_ssl`
#258
consideRatio
closed
2 months ago
6
Relocate example snippet from code to readme
#257
consideRatio
closed
2 months ago
0
Require ldap3 2.9.1+ released 2021 (currently latest) as a lower bound
#256
consideRatio
closed
2 months ago
1
Transition to async functions and remove tornado dependency
#255
consideRatio
closed
2 months ago
0
tests: avoid reuse of authenticator fixture between tests and add docstring
#254
consideRatio
closed
2 months ago
0
Fix escaping issue when escape_userdn and allowed_groups are configured
#253
consideRatio
closed
2 months ago
1
Fix incorrect log message (debug level)
#252
consideRatio
closed
2 months ago
0
refactor: reduce use of temporary variables like msg for logging
#251
consideRatio
closed
2 months ago
0
refactor: put validation logic in traitlets validation functions
#250
consideRatio
closed
2 months ago
0
Register authenticator class with jupyterhub as ldap
#249
consideRatio
closed
2 months ago
0
Next