ldap: do not write password to the Nix store
This commit is contained in:
parent
33554e57ce
commit
fb3210b932
5 changed files with 114 additions and 61 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue