2007-11-20 19:12:18 +05:30
|
|
|
check differences between chpasswd and chgpasswd
|
|
|
|
|
|
|
|
check IS_ISLNK in lib/defines.h
|
|
|
|
|
2007-10-07 17:15:23 +05:30
|
|
|
ALL:
|
|
|
|
- move base passwd/shadow/group/gshadow operation to module for allow write
|
2007-11-17 22:03:33 +05:30
|
|
|
different backend modules for db, NIS, LDAP and others. Default backend it
|
|
|
|
will be goot if will be chosen depending on /etc/nsswitch.conf and allow
|
|
|
|
override this by -r <repository> options (where the <repository> can be
|
2007-10-07 17:16:07 +05:30
|
|
|
file, db, nis nisplus, ldap .. like on /etc/nsswitch.conf in service column).
|
2007-10-07 17:15:23 +05:30
|
|
|
passwd have old piece of code with handling -r option and it will be good
|
|
|
|
finish this and propagate on other shadow tools for allow operate on other
|
|
|
|
user databases by well known tools.
|
2007-11-20 19:12:18 +05:30
|
|
|
- Add/check support for split group
|
|
|
|
Maybe that feature can be supported in gr_open/gr_close, with a variable
|
|
|
|
in login.defs.
|
2007-10-07 17:15:23 +05:30
|
|
|
|
|
|
|
- useradd:
|
|
|
|
- add handle create user mail spool in maildir format.
|
|
|
|
|
|
|
|
- add handle -n switch in groups and id command for allow query is
|
2007-11-17 22:03:33 +05:30
|
|
|
group/user with specified id/gid exist - this will be very usable
|
|
|
|
on automation in packages for query/check is group/user exist in system
|
2007-10-07 17:14:51 +05:30
|
|
|
or not,
|
|
|
|
|
|
|
|
- groupmems:
|
|
|
|
- need some work on add PAM and i18n support.
|
|
|
|
|
|
|
|
- userdel:
|
2007-11-17 22:03:33 +05:30
|
|
|
- add backup option for the removal of user resources,
|
2007-10-07 17:14:51 +05:30
|
|
|
- add lookop and remove per user group.
|
2007-11-20 19:12:18 +05:30
|
|
|
- user_busy: check that the user is not running any processes.
|
2007-10-07 17:14:51 +05:30
|
|
|
|
2007-11-17 21:57:30 +05:30
|
|
|
- passwd:
|
|
|
|
- check combination of options (e.g. -u/-l)
|
|
|
|
|
2007-11-18 22:38:42 +05:30
|
|
|
- newgrp: check the USE_PAM section.
|
|
|
|
|
|
|
|
- groupmems: check reason for isgroup
|
|
|
|
|
2007-11-19 04:54:44 +05:30
|
|
|
- chgpasswd: uses chpasswd's pam
|
|
|
|
|
2007-11-20 19:12:18 +05:30
|
|
|
- groupconv: i = 100; no a nice initial value, use login.defs
|
|
|
|
|
2007-10-07 17:14:51 +05:30
|
|
|
Documentation:
|
|
|
|
|
2007-11-17 22:03:33 +05:30
|
|
|
- document the -s option of {pw,grp}ck in the pt_BR, and ja man pages
|
2007-10-07 17:14:51 +05:30
|
|
|
|
2007-10-07 17:14:59 +05:30
|
|
|
- document -o option in ja man page,
|