|
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 |
|