Files
heimdal/lib/kadm5
Russ Allbery bc3d8992cd Don't attempt to load a password quality verifier from NULL
When kadm5_add_passwd_quality_verifier is called with a NULL
check_library parameter and [password_quality].policy_libraries
is set, the function calls add_verifier() for each string in the
policy_libraries section and then falls through to the non-NULL
case and calls add_verifier() a final time with a NULL argument.
This leads to dlopening the running executable and then failing
since it contains no password quality verifier.

If the check_library argument is NULL, only call add_verifier()
for the configured policy_libraries and do not fall through to
the non-NULL case.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-02-02 20:46:23 -08:00
..
2008-09-13 09:21:03 +00:00
2009-03-22 17:18:45 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 08:53:55 +00:00
2009-05-06 19:02:26 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2009-05-06 19:02:38 +00:00
2009-05-09 14:21:40 +00:00
2008-09-13 09:21:03 +00:00
2008-10-14 02:55:55 +00:00
2008-09-13 09:21:03 +00:00
2009-12-23 14:31:28 +01:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-10-14 02:55:55 +00:00
2009-05-06 19:02:49 +00:00
2009-11-24 10:11:14 -08:00
2008-09-13 09:21:03 +00:00
2009-10-24 14:15:48 -07:00
2008-09-13 09:21:03 +00:00
2009-12-25 10:45:26 +01:00
2008-09-13 09:21:03 +00:00
2009-12-09 22:40:10 +01:00
2008-10-14 02:55:55 +00:00
2009-11-25 05:29:18 +01:00
2008-10-14 02:55:55 +00:00
2008-09-13 09:21:03 +00:00
2008-10-14 02:55:55 +00:00
2008-09-13 09:21:03 +00:00
2008-10-14 02:55:55 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00
2008-09-13 09:21:03 +00:00