From 00778d0333d0ef41893dd35d77307d4665cc5b0e Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 09:53:51 +0200 Subject: [PATCH] updating authentik-outpost-ldap service --- glicid/services/authentication.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glicid/services/authentication.scm b/glicid/services/authentication.scm index 8075d32..526ae31 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -88,12 +88,12 @@ authentik-outpost-ldap-configuration make-authentik-outpost-ldap-configuration authentik-outpost-ldap-configuration? - (authentik_host authentik_host (default "")) - (authentik_token authentik_token (default "")) - (authentik_insecure authentik_insecure (default "False")) - (authentik_listen_ldap authentik_listen_ldap (default "127.0.0.1:3389")) - (authentik_listen_ldaps authentik_listen_ldaps (default "127.0.0.1:6636")) - (authentik_listen_metrics authentik_listen_metrics (default "127.0.0.1:9300")) + (authentik-host authentik-host (default "")) + (authentik-token authentik-token (default "")) + (authentik-insecure authentik-insecure (default "False")) + (authentik-listen-ldap authentik-listen-ldap (default "127.0.0.1:3389")) + (authentik-listen-ldaps authentik-listen-ldaps (default "127.0.0.1:6636")) + (authentik-listen-metrics authentik-listen-metrics (default "127.0.0.1:9300")) (proxy proxy (default "")) (noproxy noproxy (default "")))