From 3fa81957fc27e6b6105561ecce7ae0f48950d4b0 Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 08:13:32 +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 970126c..26adb57 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -116,7 +116,7 @@ (respawn-delay 10) (start #~(make-forkexec-constructor - (list "/run/privileged/bin/ldap") + "/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"