From 4a2bc992fa971e85a6ab2bece95c417cbc4c2a44 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 15:57:07 +0100 Subject: [PATCH] fix --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index a01cc4c..bff674e 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1134,7 +1134,7 @@ c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner' ## # See also: Authenticator.allow_all -# c.PAMAuthenticator.allow_all = False +c.PAMAuthenticator.allow_all = True ## # See also: Authenticator.allow_existing_users -- GitLab