[BACK]Return to auth-passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-passwd.c between version 1.27 and 1.28

version 1.27, 2002/05/24 16:45:16 version 1.28, 2003/07/22 13:35:22
Line 70 
Line 70 
                 /* Fall back to ordinary passwd authentication. */                  /* Fall back to ordinary passwd authentication. */
         }          }
 #endif  #endif
 #ifdef KRB4  
         if (options.kerberos_authentication == 1) {  
                 int ret = auth_krb4_password(authctxt, password);  
                 if (ret == 1 || ret == 0)  
                         return ret;  
                 /* Fall back to ordinary passwd authentication. */  
         }  
 #endif  
 #ifdef BSD_AUTH  #ifdef BSD_AUTH
         if (auth_userokay(pw->pw_name, authctxt->style, "auth-ssh",          if (auth_userokay(pw->pw_name, authctxt->style, "auth-ssh",
             (char *)password) == 0)              (char *)password) == 0)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28