Changeset 232 for branches/samba-3.2.x/source/nsswitch/pam_winbind.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/nsswitch/pam_winbind.c
r228 r232 2363 2363 * if it was set by winbind. 2364 2364 */ 2365 if ( ctx->ctrl & WINBIND_KRB5_AUTH) {2365 if ((ctx->ctrl & WINBIND_KRB5_AUTH) && pam_getenv(pamh, "KRB5CCNAME")) { 2366 2366 pam_putenv(pamh, "KRB5CCNAME"); 2367 2367 }
Note:
See TracChangeset
for help on using the changeset viewer.