2008-07-26 Nicolas François <nicolas.francois@centraliens.net>

* src/groupmems.c: Added Prog global variable to indicate the name
	of the program in error messages.

2008-07-22  Lukáš Kuklínek  <lkukline@redhat.com>

	* NEWS, src/groupmems.c: Check if the user added to group actually
	exist. RedHat bug #455603
	* NEWS, src/groupmems.c: Check if the group exists in the group
	local database (/etc/group). RedHat bug #456088
This commit is contained in:
nekral-guest
2008-07-26 16:11:49 +00:00
parent d4eced9b84
commit b684ea837d
3 changed files with 35 additions and 0 deletions

3
NEWS
View File

@@ -10,6 +10,9 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
- usermod
* Allow adding LDAP users (or any user not present in the local passwd
file) to local groups
- groupmems
* Check if user exist before they are added to groups.
* Avoid segfault in case the specified group does not exist in /etc/group.
shadow-4.1.2 -> shadow-4.1.2.1 26-06-2008