* NEWS, src/userdel.c: Make sure the user exists in the shadow

database before calling spw_remove().
	* NEWS, src/userdel.c: When the user's group is removed, make sure
	the group is in the gshadow database before calling sgr_remove().
	* src/userdel.c: Improve warning's wording.
This commit is contained in:
nekral-guest
2009-03-15 21:29:16 +00:00
parent 9fda9f5c28
commit 9372111aaa
3 changed files with 17 additions and 4 deletions

3
NEWS
View File

@@ -98,6 +98,9 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
* do not create users with UID set to (gid_t)-1.
- userdel
* audit logging improvements.
* Do not fail if the removed user is not in the shadow database.
* When the user's group shall be removed, do not fail if this group is
not in the gshadow file.
- usermod
* Allow adding LDAP users (or any user not present in the local passwd
file) to local groups