diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2014-07-13 16:56:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-13 21:14:07 -0400 |
commit | eb34cba76323ea673471e226f97721bd6bdbcbf6 (patch) | |
tree | 9d8be5e488f89d3ae2ebfade097609c171e83f27 /man | |
parent | 5146e7e8aec2d394c06771d4c9d0d03fc2cd911c (diff) |
man: sysusers.d correct default user shell
For the non-root user sysusers uses nologin as the default shell, not
login. Correct the documentation to match the code.
Diffstat (limited to 'man')
-rw-r--r-- | man/sysusers.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 00eb7ec942..1e079b2111 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -102,7 +102,7 @@ m authd input</programlisting> group will be set to the group bearing the same name. The user's shell will be set to - <filename>/sbin/login</filename>, + <filename>/sbin/nologin</filename>, the home directory to <filename>/</filename>. The account will be created |