From 99b0cc849e646a6c2f7929d829371a4422771fb1 Mon Sep 17 00:00:00 2001 From: GLiCID Tech Admins Date: Tue, 24 Jun 2025 10:36:03 +0200 Subject: [PATCH] updating authentik-outpost-ldap service --- glicid/services/authentication.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/glicid/services/authentication.scm b/glicid/services/authentication.scm index 5b6b2ab..2309f20 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -148,14 +148,6 @@ (define %authentik-outpost-activation #~(begin (chmod "/var/lib/authentik-outpost" #o0770) - (touch "/var/log/authentik-outpost-ldap.log") - (touch "/var/log/authentik-outpost-proxy.log") - (touch "/var/log/authentik-outpost-rac.log") - (touch "/var/log/authentik-outpost-radius.log") - (chown "/var/log/authentik-outpost-ldap.log" (passwd:uid (getpwnam "authentik-outpost")) (passwd:gid (getpwnam "authentik-outpost"))) - (chown "/var/log/authentik-outpost-proxy.log" (passwd:uid (getpwnam "authentik-outpost")) (passwd:gid (getpwnam "authentik-outpost"))) - (chown "/var/log/authentik-outpost-rac.log" (passwd:uid (getpwnam "authentik-outpost")) (passwd:gid (getpwnam "authentik-outpost"))) - (chown "/var/log/authentik-outpost-radius.log" (passwd:uid (getpwnam "authentik-outpost")) (passwd:gid (getpwnam "authentik-outpost"))) #t )) (define privileged-authentik-outpost-ldap-service-type