From c9334d8fe1ea59b6e53a1460ba06dc30b1f4e28a Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 10:12:18 +0200 Subject: [PATCH] updating authentik-outpost-ldap service --- glicid/services/authentication.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/services/authentication.scm b/glicid/services/authentication.scm index bbdf299..5b6b2ab 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -116,7 +116,7 @@ (respawn-delay 10) (start #~(make-forkexec-constructor - "/run/privileged/bin/ldap" + (list "/run/privileged/bin/ldap") #:log-file "/var/log/authentik-outpost-ldap.log" #:environment-variables (list "PATH=/run/current-system/profile/bin:/run/current-system/profile/sbin:/run/current-system/profile/libexec:/run/privileged/bin"