[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.94 and 1.95

version 1.94, 2002/06/30 21:54:16 version 1.95, 2002/08/22 21:33:58
Line 195 
Line 195 
                     authctxt->user);                      authctxt->user);
   
         /* Special handling for root */          /* Special handling for root */
         if (authenticated && authctxt->pw->pw_uid == 0 &&          if (!use_privsep &&
               authenticated && authctxt->pw->pw_uid == 0 &&
             !auth_root_allowed(method))              !auth_root_allowed(method))
                 authenticated = 0;                  authenticated = 0;
   

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95