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.
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.