File pam_unix2-2.7.1.dif of Package pam-modules
--- pam_unix2-2.7.1/src/unix_acct.c +++ pam_unix2-2.7.1/src/unix_acct.c 2008/10/16 11:59:58 @@ -273,6 +273,7 @@ /* Print when the user has to change his password the next time ! */ long now, remain; +#if 0 if (sp->sp_pwdp != NULL && sp->sp_pwdp[0] == '!') { if (options.debug) @@ -280,6 +281,7 @@ return PAM_PERM_DENIED; } +#endif now = time (NULL) / SCALE;