jupyterhub / ldapauthenticator

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

Relocate example snippet from code to readme #257

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

There was code that could be run with python -m ldapauthenticator.ldapauthenticator under a __main__ function, but it also required adjusting it as it was hardcoded.

It took a while to figure out what that code was about, so this PR offloads it to the README instead where it fits a bit better, even though it could also reasonably be straight up removed.