nixosTests.openldap: fix deprecation warning
This commit is contained in:
parent
85b60c3849
commit
3df3c93037
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ in {
|
|||
};
|
||||
};
|
||||
testScript = { nodes, ... }: let
|
||||
specializations = "${nodes.machine.config.system.build.toplevel}/specialisation";
|
||||
specializations = "${nodes.machine.system.build.toplevel}/specialisation";
|
||||
changeRootPw = ''
|
||||
dn: olcDatabase={1}mdb,cn=config
|
||||
changetype: modify
|
||||
|
|
Loading…
Reference in a new issue