From ea8cdcf859c4eb12eec08c84feca9956a3ca20a2 Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 09:59:38 +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 526ae31..bbdf299 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -129,12 +129,12 @@ #$@(if noproxy (list (string-append "no_proxy=" noproxy)) '()) - (string-append "AUTHENTIK_HOST=" authentik_host) - (string-append "AUTHENTIK_TOKEN=" authentik_token) - (string-append "AUTHENTIK_INSECURE=" authentik_insecure) - (string-append "AUTHENTIK_LISTEN__LDAP" authentik_listen_ldap) - (string-append "AUTHENTIK_LISTEN__LDAPS" authentik_listen_ldaps) - (string-append "AUTHENTIK_LISTEN__METRICS" authentik_listen_metrics)) + (string-append "AUTHENTIK_HOST=" #$authentik_host) + (string-append "AUTHENTIK_TOKEN=" #$authentik_token) + (string-append "AUTHENTIK_INSECURE=" #$authentik_insecure) + (string-append "AUTHENTIK_LISTEN__LDAP" #$authentik_listen_ldap) + (string-append "AUTHENTIK_LISTEN__LDAPS" #$authentik_listen_ldaps) + (string-append "AUTHENTIK_LISTEN__METRICS" #$authentik_listen_metrics)) #:user "authentik-outpost" #:group "authentik-outpost")) (stop #~(make-kill-destructor)))))))