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

@ -28,7 +28,7 @@ in
baseDN = "ou=users, dc=ifsr, dc=de";
bindDN = "uid=search, ou=users, dc=ifsr, dc=de";
bindPassword = LDAP_SEARCH;
hostname = "ldap://localhost";
hostname = "ldaps://${config.services.portunus.domain}";
canAuthenticate = YES;
id = directory;