Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 7.el8 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 4249522 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-7.el8.x86_64.rpm |
Source RPM: | shadow-utils-4.6-7.el8.src.rpm |
Build Date: | Sun May 12 2019 |
Build Host: | ca-build101.us.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. |
- usermod: guard against unsafe change of ownership of special home directories
- drop trailing space from login.defs ENCRYPT_METHOD setting
- use cap_setxid file capabilities for newxidmap instead of making them setuid - limit the SYS_U/GID_MIN value to 1 as the algorithm does not work with 0 and the 0 is always used by root anyway - manual page improvements - flush sssd caches - patch by Jakub Hrozek
- fix some issues from Coverity scan
- use itstool instead of xml2po
- Update to current upstream release 4.6 - Raise limit for passwd and shadow entry length but also prevent writing longer entries (#1422497)
- Add patch to include crypt.h, if present - Use %make_{build,install} macros - Refresh other patches for proper alignment
- Rebuilt for switch to libxcrypt
- fix regression caused by the userdel-chroot patch (#1509978)
- fix userdel in chroot (#1316168) - add useful chage -E example to chage manpage