| Name: | shadow-utils |
|---|---|
| Epoch: | 2 |
| Version: | 4.9 |
| Release: | 15.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 3812562 |
| License: | BSD and GPLv2+ |
| RPM: | shadow-utils-4.9-15.el9.x86_64.rpm |
| Source RPM: | shadow-utils-4.9-15.el9.src.rpm |
| Build Date: | Fri Sep 12 2025 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/shadow-maint/shadow |
| Summary: | Utilities for managing accounts and shadow password files |
| Description: | 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 a passwd 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. |
- nss.c: shadow_logfd to stderr. Resolves: RHEL-83431 - vipw: restore the original terminal pgrp after editing. Resolves: RHEL-70844 and RHEL-72940
- salt: remove rounds from salt string. Resolves: RHEL-58978
- Disable sssd integration by default. Resolves: RHEL-56352
- login.defs: Update SHA_CRYPT_MAX_ROUNDS from 5000 to 100000. Resolves: RHEL-40195
- gpasswd: fix password leak. Resolves: #2215948