mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-12 05:40:01 +02:00
updating authentik-outpost-ldap service
This commit is contained in:
parent
96ec5cdc25
commit
e40f4b074e
1 changed files with 3 additions and 3 deletions
|
@ -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)))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue