mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
sssd service
This commit is contained in:
parent
27a59349b3
commit
4f75a36f47
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
||||||
(default "stderr")
|
(default "stderr")
|
||||||
)
|
)
|
||||||
(sssd-debug-level sssd-debug-level
|
(sssd-debug-level sssd-debug-level
|
||||||
(default "")
|
(default #f)
|
||||||
)
|
)
|
||||||
(log-file log-file
|
(log-file log-file
|
||||||
(default "/var/log/sssd/sssd.log")
|
(default "/var/log/sssd/sssd.log")
|
||||||
|
@ -48,10 +48,10 @@
|
||||||
(list
|
(list
|
||||||
#$(file-append sssd-pkg "/sbin/sssd")
|
#$(file-append sssd-pkg "/sbin/sssd")
|
||||||
; "--interactive"
|
; "--interactive"
|
||||||
(list (string-append "--config=" sssd-conf))
|
(string-append "--config=" sssd-conf)
|
||||||
(list(string-append "--logger=" sssd-logger))
|
(string-append "--logger=" sssd-logger)
|
||||||
#$@(if sssd-debug-level
|
#$@(if sssd-debug-level
|
||||||
(list (string-append "--debug-level=" sssd-debug-level))
|
list (string-append "--debug-level=" sssd-debug-level)
|
||||||
'()
|
'()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue