Add LDAP support to kanidm
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m50s

This commit is contained in:
Jordan Holt 2024-08-12 22:02:58 +01:00
parent 36a6ccf65c
commit b70b4cd14f
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -59,6 +59,7 @@
};
serverSettings = {
bindaddress = "[::1]:3013";
ldapbindaddress = "[::1]:636";
domain = baseDomain;
origin = uri;
tls_chain = "${config.security.acme.certs.${domain}.directory}/full.pem";