* NEWS, src/chpasswd.c: Create a shadow entry if the password is

set to 'x' in passwd and there are no entry in shadow for the
	user.
	* NEWS, src/chgpasswd.c: Create a gshadow entry if the password is 
	set to 'x' in group and there are no entry in gshadow for the 
	group.
This commit is contained in:
nekral-guest
2011-07-28 15:17:28 +00:00
parent 771a3624f5
commit 75fa697526
3 changed files with 67 additions and 6 deletions

7
NEWS
View File

@@ -16,11 +16,18 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
configure options.
* Added diagnosis for lock failures.
-chgpasswd
* When the gshadow file exists but there are no gshadow entries, an entry
is created if the password is changed and group requires a
shadow entry.
-chpasswd
* PAM enabled versions: restore the -e option to allow restoring
passwords without knowing those passwords. Restore together the -m
and -c options. (These options were removed in shadow-4.1.4 on PAM
enabled versions)
* When the shadow file exists but there are no shadow entries, an entry
is created if the password is changed and passwd requires a
shadow entry.
- faillog
* The -l, -m, -r, -t options only act on the existing users, unless -a is
specified.