Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 22.el8 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 4072077 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-22.el8.x86_64.rpm |
Source RPM: | shadow-utils-4.6-22.el8.src.rpm |
Build Date: | Tue Apr 09 2024 |
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. |
- 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)
- lib/sssd: redirect warning message to file (#1749001) - useradd: clarify valid usernames/groupnames (#1869432) - login.defs: link login specific information to its own package (#1804766)