Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.1.5.1 |
Release: | 25.el7_6.1 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 4011459 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.1.5.1-25.el7_6.1.aarch64.rpm |
Source RPM: | shadow-utils-4.1.5.1-25.el7_6.1.src.rpm |
Build Date: | Thu Mar 14 2019 |
Build Host: | ca-buildarm03.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. |
- re-allow all numeric usernames when SHADOW_ALLOW_ALL_NUMERIC_USER environment variable is set (#1651450)
- prevent creating users ".." or "." or with all numeric usernames (#1373645) - raise limit for passwd and shadow entry length but also prevent writing longer entries (#1422497) - consider also supplementary group membership in newgrp (#1425078)
- useradd: fix typo in japanese translation (#1202629)
- guard for localtime() and gmtime() failure (#1341167)
- chpasswd: add selinux_check_access() call (#1336902)
- usermod: guard against unsafe change of ownership of special home directories (#1225560)
- documentation fixes (#1292820) - usermod: make password unlocking compatible with passwd (#1185425) - usermod: disallow ':' in raw password setting (#1292815) - improve the gid and uid allocation mechanism (#1279321) - lastlog: add options to unexpire unused accounts (#1285547)
- properly audit modification of gshadow
- update auditing to cover more events and fix some incorrect audit records - patch by Steve Grubb (#1151580)
- discard obsolete matchpathcon cache after semanage_commit()