Oops, specify SSL

This commit is contained in:
niten 2024-06-06 11:40:16 -07:00
parent d84a41ad58
commit 8be2c4eef5
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ in {
auth_provider = "ldap"; auth_provider = "ldap";
access_provider = "ldap"; access_provider = "ldap";
ldap_uri = "ldap://${head cfg.ldap.listen-ips}:${ ldap_uri = "ldaps://${head cfg.ldap.listen-ips}:${
toString cfg.ldap.port toString cfg.ldap.port
}"; }";
ldap_schema = "rfc2307bis"; ldap_schema = "rfc2307bis";