And don't create a secret, either
This commit is contained in:
parent
0272bcadd3
commit
f856f2bcc4
|
@ -212,7 +212,7 @@ in {
|
||||||
"LDAP_DEFAULT_AUTHTOKEN=${readFile cfg.ldap.bind-token-file}";
|
"LDAP_DEFAULT_AUTHTOKEN=${readFile cfg.ldap.bind-token-file}";
|
||||||
target-file = "/run/paris/sssd.env";
|
target-file = "/run/paris/sssd.env";
|
||||||
};
|
};
|
||||||
parisKeytab = {
|
parisKeytab = mkIf (!isNull cfg.kerberos) {
|
||||||
source-file = cfg.kerberos.keytab;
|
source-file = cfg.kerberos.keytab;
|
||||||
target-file = "/run/paris/keytab";
|
target-file = "/run/paris/keytab";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue