Go to file
2013-11-22 10:17:20 +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.diff Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
encryption_method_nis.diff - Add ENCRYPT_METHOD_NIS for pam_unix.so (encryption_method_nis.diff) 2013-11-12 13:47:56 +00:00
getdef-new-defs.diff - Fix getdef default variables (getdef-new-defs.diff) 2012-11-13 16:35:05 +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-backup-mode.patch - Add some fixes from Fedora: 2013-09-17 12:59:36 +00:00
shadow-4.1.5.1-errmsg.patch - Add some fixes from Fedora: 2013-09-17 12:59:36 +00:00
shadow-4.1.5.1-logmsg.patch - Add some fixes from Fedora: 2013-09-17 12:59:36 +00:00
shadow-4.1.5.1-manfix.patch - Add some fixes from Fedora: 2013-09-17 12:59:36 +00:00
shadow-4.1.5.1.tar.bz2 Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +00:00
shadow-login_defs.diff - Add ENCRYPT_METHOD_NIS for pam_unix.so (encryption_method_nis.diff) 2013-11-12 13:47:56 +00:00
shadow.changes . 2013-11-22 10:17:20 +00:00
shadow.spec - Add ENCRYPT_METHOD_NIS for pam_unix.so (encryption_method_nis.diff) 2013-11-12 13:47:56 +00:00
useradd-default.diff - Fix default group value in /etc/default/useradd 2012-11-13 09:36:56 +00:00
useradd-script.diff Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +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-scripts.diff Accepting request 139680 from home:kukuk 2012-10-29 15:15:23 +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!)