Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.9 |
Release: | 8.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3812541 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.9-8.el9.x86_64.rpm |
Source RPM: | shadow-utils-4.9-8.el9.src.rpm |
Build Date: | Sun Oct 15 2023 |
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. |
- gpasswd: fix password leak. Resolves: #2215948
- useradd: check if subid range exists for user. Resolves: #2179987 - find_new_[gu]id: Skip over IDs that are reserved for legacy reasons. Resolves: #2179988
- Change "badnames" to "badname" as this is the accepted option name. Resolves: #2076819
- subordinateio: also compare the owner ID. Resolves: #2109410
- useradd: modify check ID range for system users. Resolves: #2004911 - Fix release sources - Add subid requirement for subid-devel
- getsubids: provide system binary and man page. Resolves: #2013015 - useradd: generate home and mail directories with selinux user attribute. Resolves: #1993081 - useradd: revert fix memleak of grp. Resolves: #2020238 - groupdel: fix SIGSEGV when passwd does not exist. Resolves: #2024834 - pwck: fix segfault when calling fprintf() - newgrp: fix segmentation fault - Clean spec file: organize dependencies and move License location
- libmisc: fix default value in SHA_get_salt_rounds(). Resolves: #1993919
- Rebase to version 4.9. Resolves: #1989556 - usermod: allow all group types with -G option. Resolves: #1975329 - useradd: avoid generating an empty subid range - Clean spec file
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Fix regression issues detected in rhbz#667593 and rhbz#672510. Resolves: #1938871