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

(-)Linux-PAM-0.78/modules/pam_userdb/pam_userdb.c (-1 / +3 lines)
Lines 174-180 user_lookup (const char *database, const Link Here
174
	    return 0; /* found it, data contents don't matter */
174
	    return 0; /* found it, data contents don't matter */
175
	}
175
	}
176
176
177
	if (strncasecmp(cryptmode, "crypt", 5) == 0) {
177
	if (! cryptmode) {
178
	  _pam_log(LOG_INFO, "missing crypt parameter");
179
	} else if (strncasecmp(cryptmode, "crypt", 5) == 0) {
178
180
179
	  /* crypt(3) password storage */
181
	  /* crypt(3) password storage */
180
182

Return to bug 107899