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

Diff for /src/usr.bin/ssh/auth-krb5.c between version 1.3 and 1.4

version 1.3, 2001/12/19 07:18:56 version 1.4, 2002/01/27 15:12:09
Line 208 
Line 208 
         if (problem)          if (problem)
                 goto out;                  goto out;
   
           restore_uid();
         problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user,          problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user,
             authctxt->krb5_fwd_ccache, password, 1, NULL);              authctxt->krb5_fwd_ccache, password, 1, NULL);
           temporarily_use_uid(authctxt->pw);
   
         if (problem)          if (problem)
                 goto out;                  goto out;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4