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?
|
||||
(openldap openldap-configuration-openldap ;<package>
|
||||
(default openldap-glicid)
|
||||
(default openldap)
|
||||
)
|
||||
(arguments openldap-configuration-arguments ;list of strings
|
||||
(default '())
|
||||
|
@ -54,7 +54,7 @@
|
|||
(respawn? #f)
|
||||
(start #~(make-forkexec-constructor
|
||||
(list
|
||||
#$(file-append openldap-glicid "/libexec/slapd")
|
||||
#$(file-append openldap "/libexec/slapd")
|
||||
"-h 'ldap:/// ldaps:///'"
|
||||
"-d" #$logflags
|
||||
"-f" #$config-file
|
||||
|
|
Loading…
Add table
Reference in a new issue