]> granicus.if.org Git - shadow/blob - TODO
[svn-upgrade] Integrating new upstream version, shadow (4.0.17)
[shadow] / TODO
1 ALL:
2 - move base passwd/shadow/group/gshadow operation to module for allow write
3   diffrent backend modules for db, NIS, LDAP and others. Default backend it
4   will be goot if will be choosen depending on /etc/nsswitch.conf and allow
5   overwride 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 useable
16   on automation in packages for quoery/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 on remomove user resources,
24   - add lookop and remove per user group.
25
26 Documentation:
27
28 - documment in pt_BR, ja man pages -s {pw,grp}ck option,
29
30 - document -o option in ja man page,