Unverified Commit b4fd1b4f authored by Pyrox's avatar Pyrox
Browse files

nixos/tests/prometheus-exporters: Fix test failure

This fixes an issue with the test where olcDbDirectory must be a
subdirectory of /var/lib/openldap, but is not configured as such, so the
test fails.

All other tests pass properly.
parent ae359d1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,7 @@ let
              attrs = {
                objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
                olcDatabase = "{1}mdb";
                olcDbDirectory = "/var/db/openldap";
                olcDbDirectory = "/var/lib/openldap/db";
                olcSuffix = "dc=example";
                olcRootDN = {
                  # cn=root,dc=example