Changeset 228 for branches/samba-3.2.x/source/nsswitch/pam_winbind.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/nsswitch/pam_winbind.c
r141 r228 2359 2359 2360 2360 out: 2361 /* 2362 * Delete the krb5 ccname variable from the PAM environment 2363 * if it was set by winbind. 2364 */ 2365 if (ctx->ctrl & WINBIND_KRB5_AUTH) { 2366 pam_putenv(pamh, "KRB5CCNAME"); 2367 } 2361 2368 2362 2369 _PAM_LOG_FUNCTION_LEAVE("pam_sm_close_session", ctx, retval);
Note:
See TracChangeset
for help on using the changeset viewer.