mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
openldap service
This commit is contained in:
parent
189a7f5a70
commit
6f750add4b
1 changed files with 1 additions and 10 deletions
|
@ -20,24 +20,15 @@
|
|||
(openldap openldap-configuration-openldap ;<package>
|
||||
(default openldap)
|
||||
)
|
||||
(arguments openldap-configuration-arguments ;list of strings
|
||||
(default '())
|
||||
)
|
||||
(logflags openldap-configuration-logflags ;number
|
||||
(default "0")
|
||||
)
|
||||
(log-file openldap-configuration-log-file ; string
|
||||
(default "/var/log/slapd.log")
|
||||
)
|
||||
(pid-file openldap-configuration-pid-file ; string
|
||||
(default "/var/run/openldap/slapd.pid")
|
||||
)
|
||||
(config-file openldap-configuration-config-file ; string
|
||||
(default %default-slapd.conf)
|
||||
)
|
||||
(schema-dir openldap-configuration-schema-dir ; string
|
||||
(default '())
|
||||
)
|
||||
)
|
||||
|
||||
(define %default-slapd.conf
|
||||
|
@ -47,7 +38,7 @@
|
|||
|
||||
(define openldap-shepherd-service
|
||||
(match-lambda
|
||||
(($ <openldap-configuration> openldap arguments logflags log-file pid-file config-file schema-dir)
|
||||
(($ <openldap-configuration> openldap logflags pid-file config-file)
|
||||
(list
|
||||
(shepherd-service
|
||||
(provision '(slapd) )
|
||||
|
|
Loading…
Add table
Reference in a new issue