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