fix(samba): trust ldap.int

This commit is contained in:
arcnmx 2025-10-20 09:26:08 -07:00
parent 0ed23aea31
commit 253f6e38a3
4 changed files with 45 additions and 1 deletions

View file

@ -100,7 +100,8 @@ in {
"ldap group suffix" = removeSuffix "," ldap.groupDnSuffix;
"ldap machine suffix" = removeSuffix "," ldap.hostDnSuffix;
"ldap idmap suffix" = removeSuffix "," ldap.idViewDnSuffix;
"ldap server require strong auth" = "allow_sasl_over_tls";
"ldap server require strong auth" = "allow_sasl_without_tls_channel_bindings";
#"tls trust system cas" = true;
# TODO: ldap delete dn?
# TODO: username map script?
})