]> andersk Git - openssh.git/commitdiff
- (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM. From deengert
authordtucker <dtucker>
Sat, 11 Sep 2004 13:32:09 +0000 (13:32 +0000)
committerdtucker <dtucker>
Sat, 11 Sep 2004 13:32:09 +0000 (13:32 +0000)
   at anl.gov, ok djm@

ChangeLog
auth-krb5.c

index d5ae10dc8821ec083669337d99f0f29caa445ffb..610f95ff3e234daa7e717e55a74aa93dafe4a5f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
  - (dtucker) [session.c] Bug #927: make .hushlogin silent again.  ok djm@
  - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.
    Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me.  ok djm@
+ - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM.  From deengert
+   at anl.gov, ok djm@
 
 20040830
  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
index a324ff15c03fb4a338a7b77219848f9f6771a815..2f742534aa9af249352a1942d501f785d1859417 100644 (file)
@@ -187,6 +187,11 @@ auth_krb5_password(Authctxt *authctxt, const char *password)
        snprintf(authctxt->krb5_ccname, len, "FILE:%s",
            authctxt->krb5_ticket_file);
 
+#ifdef USE_PAM
+       if (options.use_pam)
+               do_pam_putenv("KRB5CCNAME", authctxt->krb5_ccname);
+#endif
+
  out:
        restore_uid();
 
This page took 0.03743 seconds and 5 git commands to generate.