From e40f4b074e9b76ac28ecf816074d123cac028a9d Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 11:08:47 +0200 Subject: [PATCH] updating authentik-outpost-ldap service --- glicid/services/authentication.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glicid/services/authentication.scm b/glicid/services/authentication.scm index da51da3..08f107f 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -132,9 +132,9 @@ (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_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)))))))