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
- * Mon Mar 21 04:00:00 2005 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.3-23.08
- Do not convert japanese man-page from euc-jp to utf8.
- * Mon Feb 14 04:00:00 2005 Adrian Havill <havill{%}redhat{*}com> 2:4.0.3-23.07
- backport one part of goodname patch from
FC3 (#125510, #132782)
- * Wed Oct 27 05:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 2:4.0.3-23.04
- 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)