File README.changes-pwdutils of Package shadow
xxxxxxxxxx
1
This file lists changes between pwdutils used in the past and
2
the shadow utils used now.
3
4
General changes:
5
================
6
- No support to modify LDAP accounts anymore (-D and --service option)
7
- No -P/--path option
8
- /etc/default/passwd was removed. The configure options are
9
partly available in /etc/login.defs.
10
11
/etc/login.defs:
12
----------------
13
SYSTEM_UID_MIN/SYSTEM_UID_MAX were renamed to SYS_UID_MIN/SYS_UID_MAX
14
SYSTEM_GID_MIN/SYSTEM_GID_MAX were renamed to SYS_GID_MIN/SYS_GID_MAX
15
16
chfn
17
----
18
-m/--other has changed to -o/--other
19
-o/--office has changed to -r/--room.
20
-p/--phone has changed to -w/--work-phone
21
22
chpasswd
23
--------
24
-c blowfish is now longer supported, instead SHA256 and SHA512 were added.
25
26
chsh
27
----
28
-l/--list-shells was removed.
29
30
gpasswd
31
-------
32
-l/-u option are missing
33
34
groupadd
35
--------
36
/usr/sbin/groupadd.local is missing
37
--preferred-gid was removed
38
39
groupmod
40
--------
41
-A/--add-user was removed
42
-R/--remove-user was removed
43
44
passwd
45
------
46
-f was dropped (use chfn instead)
47
-g was dropped (use gpasswd instead)
48
-s was dropped (use chsh instead)
49
50
useradd
51
-------
52
-e/--expire has changed to -e/--expiredate (incompatible arguments!)
53
-U/--umask was removed, -U has now another meaning
54
--preferred-uid was removed
55
56
userdel
57
-------
58
-r/--remove-home was renamed to -r/--remove
59
60
usermod
61
-------
62
-e/--expire has changed to -e/--expiredate (incompatible arguments!)
63