passwordFile: update description
This commit is contained in:
parent
dd0758ab6b
commit
a2c65d447f
@ -184,7 +184,7 @@ let
|
|||||||
type = with types; uniq (nullOr string);
|
type = with types; uniq (nullOr string);
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
The path to a file that contains the user's password. The password
|
The full path to a file that contains the user's password. The password
|
||||||
file is read on each system activation. The file should contain
|
file is read on each system activation. The file should contain
|
||||||
exactly one line, which should be the password in an encrypted form
|
exactly one line, which should be the password in an encrypted form
|
||||||
that is suitable for the <literal>chpasswd -e</literal> command.
|
that is suitable for the <literal>chpasswd -e</literal> command.
|
||||||
|
Loading…
Reference in New Issue
Block a user