[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.40 and 1.41

version 1.40, 2001/02/10 12:52:02 version 1.41, 2001/02/12 16:16:23
Line 220 
Line 220 
                     authctxt->user);                      authctxt->user);
   
         /* Special handling for root */          /* Special handling for root */
         if (authenticated && authctxt->pw->pw_uid == 0 && !auth_root_allowed())          if (authenticated && authctxt->pw->pw_uid == 0 &&
               !auth_root_allowed(method))
                 authenticated = 0;                  authenticated = 0;
   
         /* Log before sending the reply */          /* Log before sending the reply */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41