* src/pwck.c: Warn if an user has an entry in passwd and shadow,

and the password field in passwd is not 'x'.
	* src/grpck.c: Warn if a group has an entry in group and gshadow,
	and the password field in group is not 'x'.
This commit is contained in:
nekral-guest
2009-05-09 21:20:54 +00:00
parent 6ba7fd7d13
commit a01499179f
4 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
* src/pwck.c: Warn if an user has an entry in passwd and shadow,
and the password field in passwd is not 'x'.
* src/grpck.c: Warn if a group has an entry in group and gshadow,
and the password field in group is not 'x'.
2009-05-09 Nicolas François <nicolas.francois@centraliens.net>
* man/login.defs.d/ENCRYPT_METHOD.xml,