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 Aug 6 19:00:00 2007 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.3-63.RHEL4
- do not create huge /var/log/faillog
- Resolves: rhbz#213347
- fix infinitive loop if there are duplicate entries
in /etc/group
- Resolves: rhbz#240915
- * Thu Jul 19 19:00:00 2007 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.3-62.RHEL4
- do not replace login.defs file
- Resolves: rhbz#239018
- * Mon Oct 16 19:00:00 2006 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.3-61.RHEL4
- fix comment in /etc/login.defs (#188263)
- faster faillog reset (#177017)
- do not strip binaries (#176949)
- fix mailbox creation race condition (#193053)