Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/nsswitch/pam_winbind.c

    r141 r228  
    23592359
    23602360out:
     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        }
    23612368
    23622369        _PAM_LOG_FUNCTION_LEAVE("pam_sm_close_session", ctx, retval);
Note: See TracChangeset for help on using the changeset viewer.