Go to file
Dominique Leuenberger a4b4076f54 Accepting request 767297 from Base:System
- Update to 4.8.1:
  * selinux: include stdio
  * man: don't suggest making groupmems user-writeable
  * Makefile: bail out on error in for loops
  * Adding logging of SSH_ORIGINAL_COMMAND to nologin
  * add new HOME_MODE login.defs option
  * Add tty logging to useradd
  * Useradd: make non-executable shell check only a warning
  * Update Dutch translation
  * user_busy: Do not mistake a regular user process for a namespaced one
  * Revert "Honor --sbindir and --bindir for binary installation"
- Remove shadow-4.8-shell-check.patch: included
- Remove shadow-4.8-selinux-include.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/767297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadow?expand=0&rev=37
2020-02-04 18:50:58 +00:00
.gitattributes Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
.gitignore Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
chkname-regex.patch - Update to 4.8: 2019-12-17 12:44:46 +00:00
disable_new_audit_function.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
pamd.tar.bz2 Accepting request 727985 from home:jubalh:branches:Base:System 2019-09-03 11:21:48 +00:00
README.changes-pwdutils Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
shadow-4.1.5.1-logmsg.patch Accepting request 398913 from home:jubalh 2016-05-30 10:38:25 +00:00
shadow-4.1.5.1-userdel-helpfix.patch Accepting request 398913 from home:jubalh 2016-05-30 10:38:25 +00:00
shadow-4.8.1.tar.xz - Update to 4.8.1: 2020-01-26 08:10:24 +00:00
shadow-4.8.1.tar.xz.asc - Update to 4.8.1: 2020-01-26 08:10:24 +00:00
shadow-login_defs-check.sh Accepting request 719010 from home:sbrabec:branches:util-linux-2.34 2019-07-29 05:36:59 +00:00
shadow-login_defs-comments.patch - Update to 4.8: 2019-12-17 12:44:46 +00:00
shadow-login_defs-suse.patch Accepting request 724580 from home:kukuk:branches:Base:System 2019-08-20 13:09:49 +00:00
shadow-login_defs-unused-by-pam.patch - Update to 4.8: 2019-12-17 12:44:46 +00:00
shadow-util-linux.patch - Update to 4.8: 2019-12-17 12:44:46 +00:00
shadow.changes - Update to 4.8.1: 2020-01-26 08:10:24 +00:00
shadow.keyring Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
shadow.service Accepting request 316943 from home:jkeil:branches:Base:System 2015-07-16 09:52:01 +00:00
shadow.spec - Update to 4.8.1: 2020-01-26 08:10:24 +00:00
shadow.timer Accepting request 316943 from home:jkeil:branches:Base:System 2015-07-16 09:52:01 +00:00
useradd-default.patch Accepting request 398913 from home:jubalh 2016-05-30 10:38:25 +00:00
useradd-script.patch - Update to 4.7: 2019-06-14 07:41:25 +00:00
useradd.local Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
userdel-post.local Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
userdel-pre.local . 2013-11-22 10:17:20 +00:00
userdel-script.patch - Update to 4.7: 2019-06-14 07:41:25 +00:00

This file lists changes between pwdutils used in the past and
the shadow utils used now.

General changes:
================
- No support to modify LDAP accounts anymore (-D and --service option)
- No -P/--path option
- /etc/default/passwd was removed. The configure options are
  partly available in /etc/login.defs.

/etc/login.defs:
----------------
SYSTEM_UID_MIN/SYSTEM_UID_MAX were renamed to SYS_UID_MIN/SYS_UID_MAX
SYSTEM_GID_MIN/SYSTEM_GID_MAX were renamed to SYS_GID_MIN/SYS_GID_MAX

chfn
----
-m/--other has changed to -o/--other
-o/--office has changed to -r/--room.
-p/--phone has changed to -w/--work-phone

chpasswd
--------
-c blowfish is now longer supported, instead SHA256 and SHA512 were added.

chsh
----
-l/--list-shells was removed.

gpasswd
-------
-l/-u option are missing

groupadd
--------
/usr/sbin/groupadd.local is missing
--preferred-gid was removed

groupmod
--------
-A/--add-user was removed
-R/--remove-user was removed

passwd
------
-f was dropped (use chfn instead)
-g was dropped (use gpasswd instead)
-s was dropped (use chsh instead)

useradd
-------
-e/--expire has changed to -e/--expiredate (incompatible arguments!)
-U/--umask was removed, -U has now another meaning
--preferred-uid was removed

userdel
-------
-r/--remove-home was renamed to -r/--remove

usermod
-------
-e/--expire has changed to -e/--expiredate (incompatible arguments!)