shadow: fix for manual

This commit is contained in:
tv 2021-11-08 03:16:02 +01:00
parent 1247440a3d
commit 8e5dc749c5

View File

@ -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>&lt;login-name&gt;:&lt;hashed-password&gt;: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>&lt;login-name&gt;:&lt;hashed-password&gt</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);
}; };