|
Line
Link Here
|
| 0 |
-- auth.c 2005-09-09 15:08:18.000000000 +0530 |
0 |
++ auth.c-fix 2005-09-09 15:11:12.000000000 +0530 |
|
Lines 102-110
Link Here
|
| 102 |
#else |
102 |
#else |
| 103 |
passwd = spw->sp_pwdp; |
103 |
passwd = spw->sp_pwdp; |
| 104 |
#endif /* HAVE_LIBIAF && !BROKEN_LIBIAF */ |
104 |
#endif /* HAVE_LIBIAF && !BROKEN_LIBIAF */ |
| 105 |
#else |
|
|
| 106 |
passwd = pw->pw_passwd; |
| 107 |
#endif |
105 |
#endif |
|
|
106 |
if(passwd == NULL) |
| 107 |
passwd = pw->pw_passwd; |
| 108 |
/* check for locked account */ |
108 |
/* check for locked account */ |
| 109 |
if (!options.use_pam && passwd && *passwd) { |
109 |
if (!options.use_pam && passwd && *passwd) { |