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