Skip to content

Commit

Permalink
fix nextcloud ldap test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Dec 17, 2024
1 parent 471a829 commit cbfb6a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/services/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,14 @@ let
port = config.shb.ldap.ldapPort;
dcdomain = config.shb.ldap.dcdomain;
adminName = "admin";
adminPassword.result = config.shb.ldap.ldapUserPassword.result;
adminPassword.result = config.shb.ldap.nextcloudLdapUserPassword.result;
userGroup = "nextcloud_user";
};
};
shb.hardcodedsecret.nextcloudLdapUserPassword = {
request = config.shb.nextcloud.apps.ldap.adminPassword.request;
settings = config.shb.hardcodedsecret.ldapUserPassword.settings;
};
};

sso = { config, ... }:
Expand Down

0 comments on commit cbfb6a3

Please sign in to comment.