mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
openldap: correct directory hint
This commit is contained in:
parent
fc3dd0226d
commit
c1ce67561d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
|||
rootdn cn=admin,dc=example,dc=org
|
||||
# NOTE: change after first start
|
||||
rootpw secret
|
||||
directory /var/run/slapd
|
||||
directory /var/db/openldap
|
||||
''';
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue