Go to file
Michael Vetter 4cea964109 Accepting request 497707 from home:adamm:branches:Base:System
- New upstream version 4.5
- Refreshed patches:
  * shadow-login_defs.patch
  * chkname-regex.patch
  * getdef-new-defs.patch
  * useradd-mkdirs.patch
- Upstreamed patches:
  * shadow-4.1.5.1-manfix.patch
  * shadow-4.1.5.1-errmsg.patch
  * shadow-4.1.5.1-backup-mode.patch
  * shadow-4.1.5.1-audit-owner.patch
  * shadow-4.2.1-defs-chroot.patch
  * shadow-4.2.1-merge-group.patch
  * Fix-user-busy-errors-at-userdel.patch
  * useradd-clear-tallylog.patch
- shadow.keyring: update keyring with current maintainer's keyid
  only - Serge Hallyn 'F1D08DB778185BF784002DFFE9FEEA06A85E3F9D'
- disable_new_audit_function.patch:
  Disable newer libaudit functionality for older distributions

OBS-URL: https://build.opensuse.org/request/show/497707
OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=32
2017-05-23 12:25:13 +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 Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
disable_new_audit_function.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
encryption_method_nis.patch Accepting request 398913 from home:jubalh 2016-05-30 10:38:25 +00:00
getdef-new-defs.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
pamd.tar.bz2 Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +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-pam_group.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +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.5.tar.xz Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
shadow-4.5.tar.xz.asc Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
shadow-login_defs.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
shadow.changes Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +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 Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +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-mkdirs.patch Accepting request 497707 from home:adamm:branches:Base:System 2017-05-23 12:25:13 +00:00
useradd-script.patch Accepting request 398913 from home:jubalh 2016-05-30 10:38: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 Accepting request 398913 from home:jubalh 2016-05-30 10:38: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!)