[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.95 and 1.95.2.1

version 1.95, 2002/08/22 21:33:58 version 1.95.2.1, 2003/04/01 00:12:13
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.95  
changed lines
  Added in v.1.95.2.1