nixos/openldap: Fix sssd-ldap test

Use this as a test of the migration warnings/functionality.
This commit is contained in:
Kai Wohlfahrt
2020-11-21 16:13:03 +00:00
parent fefc26f844
commit db5bb4e26b
3 changed files with 50 additions and 52 deletions
-1
View File
@@ -71,7 +71,6 @@ in {
suffix = "dc=example";
rootdn = "cn=root,dc=example";
rootpw = "notapassword";
dataDir = "/var/db/openldap";
declarativeContents."dc=example" = dbContents;
};
};