switch to ldaps

This commit is contained in:
Lyn Fugmann 2023-06-15 17:48:20 +02:00
parent 6bed81c8a9
commit c6ebb06f68
Signed by: fugi
GPG key ID: 4472A20091BFA792
6 changed files with 19 additions and 22 deletions

View file

@ -13,7 +13,7 @@
siteOwner = "root@${config.fsr.domain}";
ldap = {
enable = true;
serverUri = "ldap://localhost";
serverUri = "ldaps://${config.services.portunus.domain}";
bindDn = "uid=search, ou=users, dc=ifsr, dc=de";
bindPasswordFile = config.sops.secrets.mailman_ldap_search.path;
userSearch = {