Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
shadow-utils: Utilities for managing accounts and shadow password files.
- Summary
- The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts. The pwconv command
converts passwords to the shadow password format. The pwunconv command
unconverts shadow passwords and generates an npasswd file (a standard
UNIX password file). The pwck command checks the integrity of password
and shadow files. The lastlog command prints out the last login times
for all users. The useradd, userdel, and usermod commands are used for
managing user accounts. The groupadd, groupdel, and groupmod commands
are used for managing group accounts.
Changelog
- * Tue Nov 23 18:00:00 2004 Bill Nottingham <notting{%}redhat{*}com> 2:4.0.3-41.1
- ghost lastlog here (#139539)
- * Wed Nov 10 18:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 2:4.0.3-41
- fix %patch16 bad paren grouping in goodname() check (#138632)
- don't apply %patch15 if %{WITH_SELINUX} is false
- * Wed Oct 27 19:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 2:4.0.3-38
- conform to posix for user/group name input checking [def 3.426
and 3.189] which is posix portable filename character set [3.276]
while disallowing dash for first char as recommended, and disallow
dollar sign