Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 8.el8 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 5235488 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-8.el8.x86_64.rpm |
Source RPM: | shadow-utils-4.6-8.el8.src.rpm |
Build Date: | Sat Nov 09 2019 |
Build Host: | jenkins-10-147-72-125-78f0649f-0d81-4ed9-8a5f-f87f52bdc01d.appad1iad.osdevelopmeniad.oraclevcn.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. |
- 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
- 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)