Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 12.el8 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 4660066 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-12.el8.aarch64.rpm |
Source RPM: | shadow-utils-4.6-12.el8.src.rpm |
Build Date: | Tue Apr 06 2021 |
Build Host: | ca-buildarm06.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. |
- 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
- 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