about summary refs log tree commit diff
path: root/nixos/tests/openldap.nix
diff options
context:
space:
mode:
authorKai Wohlfahrt <kai.wohlfahrt@gmail.com>2020-09-27 23:19:01 +0100
committerKai Wohlfahrt <kai.wohlfahrt@gmail.com>2020-11-21 16:13:03 +0000
commitdb5bb4e26bb1cdc8a79dd639c2585722fdf2ce18 (patch)
tree53134eb3aa2436b1b0e7fb0aa21db79d80052f2c /nixos/tests/openldap.nix
parentfefc26f8449aba4d66a70f600932c9306f4db60b (diff)
nixos/openldap: Fix sssd-ldap test
Use this as a test of the migration warnings/functionality.
Diffstat (limited to 'nixos/tests/openldap.nix')
-rw-r--r--nixos/tests/openldap.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/openldap.nix b/nixos/tests/openldap.nix
index ac1e1a7596f20..e9339523ca9fa 100644
--- a/nixos/tests/openldap.nix
+++ b/nixos/tests/openldap.nix
@@ -71,7 +71,6 @@ in {
         suffix = "dc=example";
         rootdn = "cn=root,dc=example";
         rootpw = "notapassword";
-        dataDir = "/var/db/openldap";
         declarativeContents."dc=example" = dbContents;
       };
     };