docs: warn about lack of trimming on the LDAP bind password
This commit is contained in:
@@ -425,6 +425,11 @@ in
|
||||
example = "/run/my-secret";
|
||||
description = ''
|
||||
File containing the password required to bind against the LDAP server.
|
||||
|
||||
:::{warning}
|
||||
The password file is read verbatim. Any trailing newline will become
|
||||
part of the password and may cause authentication failures.
|
||||
:::
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user