]> granicus.if.org Git - shadow/blob - TODO
122896b966d9f47522ac4daa590c746581c2b85e
[shadow] / TODO
1 ALL:
2 - move base passwd/shadow/group/gshadow operation to module for allow write
3   different backend modules for db, NIS, LDAP and others. Default backend it
4   will be goot if will be chosen depending on /etc/nsswitch.conf and allow
5   override this by -r <repository> options (where the <repository> can be
6   file, db, nis nisplus, ldap .. like on /etc/nsswitch.conf in service column).
7   passwd have old piece of code with handling -r option and it will be good
8   finish this and propagate on other shadow tools for allow operate on other
9   user databases by well known tools.
10
11 - useradd:
12   - add handle create user mail spool in maildir format.
13
14 - add handle -n switch in groups and id command for allow query is
15   group/user with specified id/gid exist - this will be very usable
16   on automation in packages for query/check is group/user exist in system
17   or not,
18
19 - groupmems: 
20   - need some work on add PAM and i18n support.
21
22 - userdel:
23   - add backup option for the removal of user resources,
24   - add lookop and remove per user group.
25
26 - passwd:
27   - check combination of options (e.g. -u/-l)
28
29 Documentation:
30
31 - document the -s option of {pw,grp}ck in the pt_BR, and ja man pages
32
33 - document -o option in ja man page,