View | Details | Raw Unified | Return to bug 922
Collapse All | Expand All

(-),auth-krb5.c (+5 lines)
Lines 187-192 Link Here
187
	snprintf(authctxt->krb5_ccname, len, "FILE:%s",
187
	snprintf(authctxt->krb5_ccname, len, "FILE:%s",
188
	    authctxt->krb5_ticket_file);
188
	    authctxt->krb5_ticket_file);
189
189
190
#ifdef USE_PAM
191
	if (options.use_pam) 
192
		do_pam_putenv("KRB5CCNAME",authctxt->krb5_ccname);
193
#endif
194
190
 out:
195
 out:
191
	restore_uid();
196
	restore_uid();
192
197

Return to bug 922