mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(samba): trust ldap.int
This commit is contained in:
parent
0ed23aea31
commit
253f6e38a3
4 changed files with 45 additions and 1 deletions
|
|
@ -129,6 +129,7 @@ in {
|
|||
# man 5 ldap.conf
|
||||
LDAPBASE = ldap.base;
|
||||
LDAPURI = "ldaps://ldap.int.${config.networking.domain}";
|
||||
LDAPTLS_CACERT = "/etc/ssl/certs/ca-bundle.crt";
|
||||
};
|
||||
ldapAuth = mkMerge [
|
||||
(mkIf config.security.krb5.enable (mapOptionDefaults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue