shadow: fix for manual
This commit is contained in:
parent
1247440a3d
commit
8e5dc749c5
@ -55,11 +55,11 @@ in {
|
|||||||
|
|
||||||
The overrides file may contain either regular shadow(5) entries like:
|
The overrides file may contain either regular shadow(5) entries like:
|
||||||
|
|
||||||
<code><login-name>:<hashed-password>:1::::::</code>
|
<code>‹login-name›:‹hashed-password›:1::::::</code>
|
||||||
|
|
||||||
Or shortened entries only containing login name and password like:
|
Or shortened entries only containing login name and password like:
|
||||||
|
|
||||||
<code><login-name>:<hashed-password></code>
|
<code>‹login-name›:‹hashed-password›</code>
|
||||||
'';
|
'';
|
||||||
type = types.nullOr (types.either types.path types.absolute-pathname);
|
type = types.nullOr (types.either types.path types.absolute-pathname);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user