Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.1.5.1 |
Release: | 25.el7 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 4008492 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.1.5.1-25.el7.aarch64.rpm |
Source RPM: | shadow-utils-4.1.5.1-25.el7.src.rpm |
Build Date: | Fri Aug 24 2018 |
Build Host: | ca-buildarm01.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. |
- 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()
- label the newly created home dir correctly (#1077809) - mention that chage -d 0 forces password change (#1135010) - improve date parsing and error detecting in chage - avoid full group database scanning in newgrp in most common case - report error if usermod asked for moving homedir and it does not exist