Add option --password to groupadd and groupmod (similar to useradd and usermod).

This commit is contained in:
nekral-guest
2008-01-05 14:17:43 +00:00
parent e94d2da45e
commit f8a95f7ca1
4 changed files with 48 additions and 5 deletions

4
NEWS
View File

@@ -8,6 +8,10 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
- chage
* Fix bug which forbid to set the aging information of an account with a
passwd entry, but no shadow entry.
- groupadd
* New option -p/--password to specify an encrypted password.
- groupmod
* New option -p/--password to specify an encrypted password.
- grpck
* Fix logging of changes to syslog when a group file is provided,
without a gshadow file.