ldap: dir to back up
This commit is contained in:
parent
60d3025d88
commit
378b4d0b8f
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ Gonna use a priper nixos module for this
|
||||||
users.groups.acme.members = [ "openldap" ];
|
users.groups.acme.members = [ "openldap" ];
|
||||||
|
|
||||||
services.openldap = {
|
services.openldap = {
|
||||||
|
# backup /var/lib/openldap/slapd.d
|
||||||
|
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
/* enable plain and secure connections */
|
/* enable plain and secure connections */
|
||||||
|
|
Loading…
Reference in a new issue