Ugh, I'll eventually get this right
This commit is contained in:
parent
cc68d1c6a1
commit
f2859a40fe
|
@ -263,7 +263,7 @@ in {
|
||||||
sssd = {
|
sssd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# FIXME: pass as config
|
# FIXME: pass as config
|
||||||
environmentFile = "/run/dovecot-secret/sssd.env";
|
environmentFile = "/run/dovecot-secrets/sssd.env";
|
||||||
config = ''
|
config = ''
|
||||||
[nss]
|
[nss]
|
||||||
filter_users = root
|
filter_users = root
|
||||||
|
|
|
@ -214,7 +214,7 @@ in {
|
||||||
"SSSD_LDAP_BIND_DN=${cfg.ldap.bind-dn}"
|
"SSSD_LDAP_BIND_DN=${cfg.ldap.bind-dn}"
|
||||||
"SSSD_LDAP_AUTH_TOKEN=${readFile cfg.ldap.bind-password-file}"
|
"SSSD_LDAP_AUTH_TOKEN=${readFile cfg.ldap.bind-password-file}"
|
||||||
]);
|
]);
|
||||||
target-file = "/run/dovecot-secret/sssd.env";
|
target-file = "/run/dovecot-secrets/sssd.env";
|
||||||
};
|
};
|
||||||
|
|
||||||
dovecotLdapConfig = {
|
dovecotLdapConfig = {
|
||||||
|
|
Loading…
Reference in New Issue