Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

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

    r228 r232  
    23632363         * if it was set by winbind.
    23642364         */
    2365         if (ctx->ctrl & WINBIND_KRB5_AUTH) {
     2365        if ((ctx->ctrl & WINBIND_KRB5_AUTH) && pam_getenv(pamh, "KRB5CCNAME")) {
    23662366                pam_putenv(pamh, "KRB5CCNAME");
    23672367        }
Note: See TracChangeset for help on using the changeset viewer.