From 86b98ff3fabf34865ba1ce4aec1c4423858c94e1 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 1 Sep 2010 10:39:54 -0700 Subject: further patch fixup to match upstream --- debian/patches-applied/007_modules_pam_unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches-applied') diff --git a/debian/patches-applied/007_modules_pam_unix b/debian/patches-applied/007_modules_pam_unix index 5823c4d3..31b0c693 100644 --- a/debian/patches-applied/007_modules_pam_unix +++ b/debian/patches-applied/007_modules_pam_unix @@ -409,7 +409,7 @@ Index: pam.deb/modules/pam_unix/obscure.c + Example: "password$%^&*123". So check it again, this time + truncated to the maximum length. Idea from npasswd. --marekm */ + -+ if (on(UNIX_HASH_MASK,ctrl)) ++ if (!UNIX_DES_CRYPT(ctrl)) + return NULL; /* unlimited password length */ + + if (oldlen <= 8 && newlen <= 8) -- cgit v1.2.3