Point at the right IP...
This commit is contained in:
parent
5ad1bbee60
commit
80ef83fdc7
|
@ -280,7 +280,9 @@ in {
|
|||
auth_provider = "ldap";
|
||||
access_provider = "ldap";
|
||||
|
||||
ldap_uri = "ldap://172.16.31.1:${toString cfg.ldap.port}";
|
||||
ldap_uri = "ldap://${head cfg.ldap.listen-ips}:${
|
||||
toString cfg.ldap.port
|
||||
}";
|
||||
ldap_schema = "rfc2307bis";
|
||||
|
||||
ldap_search_base = cfg.ldap.base;
|
||||
|
|
Loading…
Reference in New Issue