[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.14 and 1.15

version 1.14, 2001/01/22 23:06:39 version 1.15, 2001/02/07 22:35:45
Line 336 
Line 336 
   
         setproctitle("%s", user);          setproctitle("%s", user);
   
 #ifdef AFS  
         /* If machine has AFS, set process authentication group. */  
         if (k_hasafs()) {  
                 k_setpag();  
                 k_unlog();  
         }  
 #endif /* AFS */  
   
         /* Verify that the user is a valid user. */          /* Verify that the user is a valid user. */
         pw = getpwnam(user);          pw = getpwnam(user);
         if (pw && allowed_user(pw)) {          if (pw && allowed_user(pw)) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15