From cc1029182020797888c5aa2d7638dfe9152fee2f Mon Sep 17 00:00:00 2001 From: geemili Date: Thu, 11 Jan 2024 21:49:07 -0700 Subject: [PATCH] fix: dex: `cn=` -> `uid=` --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2a98654..dae31d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -233,7 +233,7 @@ insecureNoSSL = true; insecureSkipVerify = true; startTLS = false; - bindDN = "cn=Immovable1809,ou=people,dc=samsehu,dc=perli,dc=casa"; + bindDN = "uid=Immovable1809,ou=people,dc=samsehu,dc=perli,dc=casa"; bindPW = "$LLDAP_ADMIN_PASSWORD"; userSearch = {