Oops, specify SSL
This commit is contained in:
parent
d84a41ad58
commit
8be2c4eef5
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue