hosts/plover: enable Kanidm LDAP server

This commit is contained in:
Gabriel Arazas 2023-10-09 22:09:33 +08:00
parent 2af2326b16
commit cd93122b07
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -15,6 +15,7 @@ in
domain = authDomain;
origin = "https://${authDomain}:${builtins.toString port}";
bindaddress = "127.0.0.1:${builtins.toString port}";
ldapbindaddress = "127.0.0.1:3636";
role = "WriteReplica";
trust_x_forward_for = true;