Point at the right IP...

This commit is contained in:
niten 2024-06-05 10:07:18 -07:00
parent 5ad1bbee60
commit 80ef83fdc7
1 changed files with 3 additions and 1 deletions

View File

@ -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;