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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.46 and 1.47

version 1.46, 2003/01/23 00:03:00 version 1.47, 2003/02/06 21:22:42
Line 314 
Line 314 
                             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(get_authname(type)))                      !auth_root_allowed(get_authname(type)))
                         authenticated = 0;                          authenticated = 0;
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47