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