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

Diff for /src/usr.bin/ssh/auth2.c between version 1.89.2.4 and 1.89.2.5

version 1.89.2.4, 2002/10/11 14:51:52 version 1.89.2.5, 2003/04/03 22:35:16
Line 195 
Line 195 
                     authctxt->user);                      authctxt->user);
   
         /* Special handling for root */          /* Special handling for root */
         if (!use_privsep &&          if (authenticated && authctxt->pw->pw_uid == 0 &&
             authenticated && authctxt->pw->pw_uid == 0 &&  
             !auth_root_allowed(method))              !auth_root_allowed(method))
                 authenticated = 0;                  authenticated = 0;
   

Legend:
Removed from v.1.89.2.4  
changed lines
  Added in v.1.89.2.5