Closed
Description
From a default install which worked fine, I did
sudo tljh-config set auth.type nativeauthenticator.NativeAuthenticator
sudo tljh-config reload
That didn't work (could not log in as admin anymore, and there was no difference in the login screen). The log obtained with journalctl -u jupyterhub
does not show anything when attempting to log in.
Lacking logs, I also tried
git clone https://github.com/jupyterhub/nativeauthenticator.git
cd nativeauthenticator
pip install -e .
as instructed at https://native-authenticator.readthedocs.io/en/latest/quickstart.html (in the hope that my install did not work because I simply did not have nativeauthenticator yet). That did not work either, unfortunately.
Any pointers? What is the correct procedure, and how can I get some more logging info out of tljh so I can debug things like this in the future myself? Thanks!