home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / passwd / TODO < prev   
Encoding:
Text File  |  2005-02-24  |  1.4 KB  |  41 lines

  1. # "-" to do
  2. # "*" partialy exist/implemented
  3. # "+" done
  4.  
  5. ALL:
  6. - move base passwd/shadow/group/gshadow operation to module for allow write
  7.   diffrent backend modules for db, NIS, LDAP and others. Default backend it
  8.   will be goot if will be choosen depending on /etc/nsswitch.conf and allow
  9.   overwride this by -r <repository> options (where the <repository> can be
  10.   file, db, nis nisplus, ldap .. like on /etc/nsswitch.conf in service column).
  11.   passwd have old piece of code with handling -r option and it will be good
  12.   finish this and propagate on other shadow tools for allow operate on other
  13.   user databases by well known tools.
  14.  
  15. - useradd:
  16.   - add handle /etc/defaults/useradd::USER_GROUPS={yes,no} for allow configure
  17.     using by useradd create per user group.
  18.   - add handle create user mail spool in maildir format.
  19.  
  20. - add handle -n switch in groups and id command for allow query is
  21.   group/user with specified id/gid exist - this will be very useable
  22.   on automation in packages for quoery/check is group/user exist in system
  23.   or not,
  24.  
  25. - groupmems: 
  26.   - need some work on add PAM and i18n support.
  27.  
  28. - userdel:
  29.   - add backup option on remomove user resources,
  30.   - add lookop and remove per user group.
  31.  
  32. Documentation:
  33.  
  34. - move all doc to docbook (also man pages)
  35.   look at http://refentry2man.pld.org.pl/ for fast refentry xml/docbook to
  36.   roff converter,
  37.  
  38. - documment in pt_BR, ja man pages -s {pw,grp}ck option,
  39.  
  40. - document -o option in ja man page,
  41.