22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-02 14:29:23 +02:00

matrix: stop using renamed option

This commit is contained in:
Sandro - 2023-12-31 04:23:32 +01:00
parent 2e9865e82f
commit f7528ff523
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -76,7 +76,7 @@ in
name = ldap.givenNameField;
};
bind_dn = ldap.bindDN;
bind_password_file = cfg.ldap.bindPasswordFile;
bind_password_file = cfg.ldap.searchUserPasswordFile;
tls_options.validate = true;
} // lib.optionalAttrs (cfg.ldap.userGroup != null) {
filter = ldap.groupFilter cfg.ldap.userGroup;