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