From c4f5bb50da8b692b07872fd7a165edf14b2afddd Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 24 May 2026 12:10:28 +0200 Subject: [PATCH] make one fake pgroup match the localhost beamline --- stand/auth/fakeldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/auth/fakeldap.py b/stand/auth/fakeldap.py index 38af61a..ef8254b 100644 --- a/stand/auth/fakeldap.py +++ b/stand/auth/fakeldap.py @@ -6,7 +6,7 @@ PASSWORDS = { PGROUPS = { "a": { - "p11111": "SARESA", + "p11111": "stand", "p22222": "SATESE" }, "b": {