Name: | shadow-utils |
---|---|
Epoch: | 2 |
Version: | 4.6 |
Release: | 5.0.1.el7 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 4563444 |
License: | BSD and GPLv2+ |
RPM: | shadow-utils-4.6-5.0.1.el7.aarch64.rpm |
Source RPM: | shadow-utils-4.6-5.0.1.el7.src.rpm |
Build Date: | Thu Jul 18 2019 |
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. |
- revert back to allowing all numeric usernames - [OraBug: 28977061]
- use lckpwdf() again to disable concurrent edits of databases by other applications
- force regeneration of getdate.c otherwise the date parsing fix is not applied
- clarify chage manual page in regards to shadow and passwd inconsistency (#1686440)
- ignore LOGIN_PLAIN_PROMPT variable in login.defs - correct wrong SUB_UID/GID_COUNT default in manual page (#1690522)
- rebase to current upstream release to bring newuidmap and newgidmap - re-allow all numeric usernames when SHADOW_ALLOW_ALL_NUMERIC_USER environment variable is set
- 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)