2008-05-24 02:17:45 +05:30
|
|
|
passwd -l should lock the password, not the account.
|
|
|
|
|
|
|
|
vipw: Test SHADOWGRP support before using gshadow features.
|
|
|
|
|
|
|
|
PAM: add support for customization of the PAM support (i.e. support the
|
|
|
|
Debian PAM configuration)
|
|
|
|
|
|
|
|
PAM: check if a non-interactive conversation function could be used to
|
|
|
|
|
2008-04-03 03:12:04 +05:30
|
|
|
WITH_SELINUX
|
|
|
|
- review all tools to check that the strategies are consistent
|
|
|
|
|
|
|
|
chage, chfn, chsh: same change needed as in passwd.
|
|
|
|
- probably need moving check_selinux_access to a separate file.
|
|
|
|
|
2008-03-27 03:14:50 +05:30
|
|
|
man useradd
|
|
|
|
document default behavior for GROUP
|
|
|
|
remove "The default group number is 1 or whatever is..."
|
|
|
|
|
|
|
|
useradd manpage
|
|
|
|
- add -k option
|
|
|
|
- mention that -o require -u
|
|
|
|
|
2008-02-03 23:28:16 +05:30
|
|
|
testsuite
|
|
|
|
- newgrp
|
|
|
|
- test with unknown user's GID
|
|
|
|
|
2008-01-02 01:24:37 +05:30
|
|
|
newusers
|
|
|
|
- add logging to SYSLOG & AUDIT
|
|
|
|
|
2007-12-27 03:24:04 +05:30
|
|
|
faillog
|
|
|
|
- accept numerical user and range of users
|
|
|
|
|
2007-12-26 15:43:57 +05:30
|
|
|
Document when/where option appeared, document whether an option is standard
|
|
|
|
or not.
|
|
|
|
|
2007-12-09 20:21:42 +05:30
|
|
|
depends rules for the manpages
|
|
|
|
|
2007-11-28 01:15:36 +05:30
|
|
|
Check all the expiry semantics
|
|
|
|
|
|
|
|
Add options --crypt-method and --sha-rounds to gpasswd
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- 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-28 01:15:36 +05:30
|
|
|
- newusers: doc for pw_gid not clear. Differentiate
|
|
|
|
pw_gid specified and exist
|
|
|
|
pw_gid specified but does not exist
|
|
|
|
* name
|
|
|
|
* number
|
|
|
|
pw_gid not specified.
|
|
|
|
- newusers: document what happens when no uid is specified.
|
|
|
|
- newusers: add option --system?
|
2007-11-20 19:12:18 +05:30
|
|
|
|
2008-02-04 00:21:11 +05:30
|
|
|
-Documentation:
|
|
|
|
* document when options were added.
|