mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
correcting typo
This commit is contained in:
parent
de7c8e00d9
commit
f6009f145c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
openldap-configuration make-openldap-configuration
|
openldap-configuration make-openldap-configuration
|
||||||
openldap-configuration?
|
openldap-configuration?
|
||||||
(openldap openldap-configuration-openldap ;<package>
|
(openldap openldap-configuration-openldap ;<package>
|
||||||
(default openldap-glicid)
|
(default openldap)
|
||||||
)
|
)
|
||||||
(arguments openldap-configuration-arguments ;list of strings
|
(arguments openldap-configuration-arguments ;list of strings
|
||||||
(default '())
|
(default '())
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
(respawn? #f)
|
(respawn? #f)
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append openldap-glicid "/libexec/slapd")
|
#$(file-append openldap "/libexec/slapd")
|
||||||
"-h 'ldap:/// ldaps:///'"
|
"-h 'ldap:/// ldaps:///'"
|
||||||
"-d" #$logflags
|
"-d" #$logflags
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
|
|
Loading…
Add table
Reference in a new issue