lldap: add info on secrets length
This commit is contained in:
parent
9185403b70
commit
b3c3f85191
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ in
|
|||
};
|
||||
|
||||
ldapUserPassword = lib.mkOption {
|
||||
description = "LDAP admin user secret.";
|
||||
description = "LDAP admin user secret. Must be >= 8 characters.";
|
||||
type = lib.types.submodule {
|
||||
options = shb.contracts.secret.mkRequester {
|
||||
mode = "0440";
|
||||
|
|
|
|||
Loading…
Reference in a new issue