summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:46 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:46 +0100
commitdeaf70a87add07e9af6ef0eb411d949d2403433c (patch)
treeab8247e5025e2acf90c520ebdd540d2f2c0d0fa7
parent406e6e71b80769bebddbb720de2dd353e5fcda8e (diff)
downloadsamba-deaf70a87add07e9af6ef0eb411d949d2403433c.tar.gz
samba-deaf70a87add07e9af6ef0eb411d949d2403433c.tar.xz
samba-deaf70a87add07e9af6ef0eb411d949d2403433c.zip
Revert "Delete the krb5 ccname variable from the PAM environment if set."
This reverts commit ddba89d7713923bfbf1c8492c5dc6c6d5b220f1e.
-rw-r--r--source/nsswitch/pam_winbind.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c
index 15b33e3a2fc..95b3d23dd43 100644
--- a/source/nsswitch/pam_winbind.c
+++ b/source/nsswitch/pam_winbind.c
@@ -2358,13 +2358,6 @@ int pam_sm_close_session(pam_handle_t *pamh, int flags,
}
out:
- /*
- * Delete the krb5 ccname variable from the PAM environment
- * if it was set by winbind.
- */
- if (ctx->ctrl & WINBIND_KRB5_AUTH) {
- pam_putenv(pamh, "KRB5CCNAME");
- }
_PAM_LOG_FUNCTION_LEAVE("pam_sm_close_session", ctx, retval);