| Name: | shadow-utils |
|---|---|
| Epoch: | 2 |
| Version: | 4.6 |
| Release: | 23.el8_10 |
| Architecture: | x86_64 |
| Group: | System Environment/Base |
| Size: | 4072310 |
| License: | BSD and GPLv2+ |
| RPM: | shadow-utils-4.6-23.el8_10.x86_64.rpm |
| Source RPM: | shadow-utils-4.6-23.el8_10.src.rpm |
| Build Date: | Thu Dec 18 2025 |
| Build Host: | build-ol8-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pkg-shadow.alioth.debian.org/ |
| 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-83432 - pwck/grpck: only force nscd/sssd caches flush if anything was changed Resolves: RHEL-123912
- salt: remove rounds from salt string. Resolves: RHEL-16668
- login.defs: include SHA_CRYPT_MAX_ROUNDS. Resolves: RHEL-15024
- gpasswd: fix password leak. Resolves: #2215947
- Update patch to close label to reset libselinux state. Resolves: #1984740 - useradd: check if subid range exists for user. Resolves: #2012929 - find_new_[gu]id: Skip over IDs that are reserved for legacy reasons. Resolves: #1994269
- subordinateio: also compare the owner ID. Resolves: #2093311 - Fix release sources - Add subid requirement for subid-devel
- getsubids: provide system binary and man page. Resolves: #2013016 - groupdel: fix SIGSEGV when passwd does not exist. Resolves: #1986782
- Creation of subid and subid-devel subpackages (#2013009) - libsubid: creation and nsswitch support - libsubid: don't print error messages on stderr by default - libsubid: libsubid_init return false if out of memory - libsubid: don't return owner in list_owner_ranges API call - libsubid: libsubid_init don't print messages on error - libsubid: fix newusers when nss provides subids - libsubid: make shadow_logfd not extern - useradd: fix SUB_UID_COUNT=0 - man: mention NSS in new[ug]idmap manpages - man: clarify subid delegation
- usermod: allow all group types with -G option (#1967641)
- man: Remove references to LOGIN_STRING in login.defs (#1884702)