Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

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

    r140 r165  
    18941894        }
    18951895
     1896        /*
     1897         * Delete the krb5 ccname variable from the PAM environment
     1898         * if it was set by winbind.
     1899         */
     1900        if (ctrl & WINBIND_KRB5_AUTH) {
     1901                pam_putenv(pamh, "KRB5CCNAME");
     1902        }
     1903
    18961904        _PAM_LOG_FUNCTION_LEAVE("pam_sm_close_session", pamh, ctrl, retval);
    18971905       
Note: See TracChangeset for help on using the changeset viewer.