Closed consideRatio closed 2 months ago
I think https://github.com/jupyterhub/ldapauthenticator/pull/269 is a step towards making sure that allowed_user
and admin_users
works more as expected, where for example users doesn't have to be listed both in a allowed group and individually in allowed_users.
This is now fixed and tested by #269
allowed_user
andadmin_users
are config options from the Authenticator base class. They should work in this authenticator class as well, allowing usernames to be listed in order to be allowed access.