Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 335654
Collapse All | Expand All

(-)shadow-4.1.2.2.org/src/login.c (-1 / +1 lines)
Lines 668-674 Link Here
668
			    failent_user = "UNKNOWN";
668
			    failent_user = "UNKNOWN";
669
			  }
669
			  }
670
670
671
			  if (retcode == PAM_MAXTRIES || failcount >= retries) {
671
			  if (retcode == PAM_MAXTRIES || failcount > retries) {
672
			    SYSLOG ((LOG_NOTICE,
672
			    SYSLOG ((LOG_NOTICE,
673
				    "TOO MANY LOGIN TRIES (%d)%s FOR `%s'",
673
				    "TOO MANY LOGIN TRIES (%d)%s FOR `%s'",
674
				    failcount, fromhost, failent_user));
674
				    failcount, fromhost, failent_user));

Return to bug 335654