]> granicus.if.org Git - shadow/blob - TODO
Added TODO entries.
[shadow] / TODO
1 man useradd
2         document default behavior for GROUP
3         remove "The default group number is 1 or whatever is..."
4
5 useradd manpage
6   - add -k option
7   - mention that -o require -u
8
9 testsuite
10  - newgrp
11    - test with unknown user's GID
12
13 newusers
14  - add logging to SYSLOG & AUDIT
15
16 faillog
17  - accept numerical user and range of users
18
19 Document when/where option appeared, document whether an option is standard
20 or not.
21
22 depends rules for the manpages
23
24 Check all the expiry semantics
25
26 Add options --crypt-method and --sha-rounds to gpasswd
27
28 ALL:
29 - move base passwd/shadow/group/gshadow operation to module for allow write
30   different backend modules for db, NIS, LDAP and others. Default backend it
31   will be goot if will be chosen depending on /etc/nsswitch.conf and allow
32   override this by -r <repository> options (where the <repository> can be
33   file, db, nis nisplus, ldap .. like on /etc/nsswitch.conf in service column).
34   passwd have old piece of code with handling -r option and it will be good
35   finish this and propagate on other shadow tools for allow operate on other
36   user databases by well known tools.
37
38 - useradd:
39   - add handle create user mail spool in maildir format.
40
41 - add handle -n switch in groups and id command for allow query is
42   group/user with specified id/gid exist - this will be very usable
43   on automation in packages for query/check is group/user exist in system
44   or not,
45
46 - groupmems: 
47   - need some work on add PAM and i18n support.
48
49 - userdel:
50   - add backup option for the removal of user resources,
51   - add lookop and remove per user group.
52   - user_busy: check that the user is not running any processes.
53
54 - passwd:
55   - check combination of options (e.g. -u/-l)
56
57 - newgrp: check the USE_PAM section.
58
59 - groupmems: check reason for isgroup
60
61 - newusers: doc for pw_gid not clear. Differentiate
62             pw_gid specified and exist
63             pw_gid specified but does not exist
64              * name
65              * number
66             pw_gid not specified.
67 - newusers: document what happens when no uid is specified.
68 - newusers: add option --system?
69
70 -Documentation:
71  * document when options were added.