jupyterhub / ldapauthenticator

LDAP Authenticator Plugin for Jupyter
BSD 3-Clause "New" or "Revised" License
206 stars 178 forks source link

refactor: distinguish login_username from resolved_username #277

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

The variable username was updated if lookup_dn was true, making it harder than needed to follow the code.