Commit Graph
5 Commits
Author SHA1 Message Date
Sjoerd Simons 508627c15e 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.

(cherry picked from commit eb34cba763)
2014-07-19 14:28:47 -04:00
Zbigniew Jędrzejewski-Szmek e65cf4e9d6 sysusers: allow overrides in /etc and /run
An administrator might want to block a certain sysusers config file from
being executed, e.g. to block the creation of a certain user.

Only a relatively short description is added in the man page, since
overrides should be relatively rare.

(cherry picked from commit 938a560b76)
2014-07-19 14:28:46 -04:00
Lennart Poettering e17ff7ab51 sysusers: don't allow user names longer than UT_NAMESIZE
As pointed out by Miloslav Trmač it might be a good idea to make sure
that usernames stay with in the utmp-defined limits.

(cherry picked from commit 932ad62b84)
2014-07-19 14:28:46 -04:00
Lennart Poettering a12b0cc34d sysusers: add new line type "m" to add users as members to groups 2014-07-03 19:54:46 +02:00
Lennart Poettering 21236ab510 man: document the sysusers tool 2014-06-29 22:27:07 +02:00