mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
exporting service
This commit is contained in:
parent
fb1a259b1e
commit
de7c8e00d9
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
||||||
openldap-configuration
|
openldap-configuration
|
||||||
openldap-configuration?
|
openldap-configuration?
|
||||||
%default-slapd.conf
|
%default-slapd.conf
|
||||||
|
openldap-shepherd-service
|
||||||
|
openldap-service-type
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -41,7 +43,6 @@
|
||||||
(plain-file "slapd.conf" "
|
(plain-file "slapd.conf" "
|
||||||
# Empty file for test
|
# Empty file for test
|
||||||
"))
|
"))
|
||||||
(define schema_dir (local-file "ldap_schema" #:recursive? #t))
|
|
||||||
(define openldap-shepherd-service
|
(define openldap-shepherd-service
|
||||||
(match-lambda
|
(match-lambda
|
||||||
(($ <openldap-configuration> openldap arguments logflags log-file pid-file config-file schema-dir)
|
(($ <openldap-configuration> openldap arguments logflags log-file pid-file config-file schema-dir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue