Changeset 165 for branches/samba-3.0/source/nsswitch/pam_winbind.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/pam_winbind.c
r140 r165 1894 1894 } 1895 1895 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 1896 1904 _PAM_LOG_FUNCTION_LEAVE("pam_sm_close_session", pamh, ctrl, retval); 1897 1905
Note:
See TracChangeset
for help on using the changeset viewer.