Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 16.el8 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 4071034 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-16.el8.x86_64.rpm |
Source RPM: | shadow-utils-4.6-16.el8.src.rpm |
Build Date: | Mon Apr 25 2022 |
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. |
- 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)
- change UMASK value and add HOME_MODE in login.defs (#1777718)
- check only local groups when adding new supplementary groups to a user
- do not mistake a regular user process for a namespaced one (#1788696) - add HOME_MODE support in login.defs (#1777718)
- properly audit group password change - do not add uid of a new (not yet added) user to the audit message - use lckpwdf() again to disable concurrent edits of databases by other applications - clarify chage manual page in regards to shadow and passwd inconsistency - fix minor issues in groupadd and login.defs manual pages - Ignore LOGIN_PLAIN_PROMPT variable in login.defs - force regeneration of getdate.c otherwise the date parsing fix is not applied
- usermod: guard against unsafe change of ownership of special home directories