ldap: do not write password to the Nix store
This commit is contained in:
@@ -240,11 +240,11 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
password = mkOption {
|
||||
passwordFile = mkOption {
|
||||
type = types.str;
|
||||
example = "not$4f3";
|
||||
example = "/run/my-secret";
|
||||
description = ''
|
||||
Password required to authenticate against the LDAP servers.
|
||||
A file containing the password required to authenticate against the LDAP servers.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user