[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heimdal 1.1



>>

Hi Stefan


> Hi Love, hi Andrew,
>
> I noticed that GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG are forced again
> and andrew merge that to samba4...
>
> Could we have some mechanism to avoid that, maybe setting a flag
> on the the gss_cred_id_t structure....

I did this some time ago, forgot to tell you. The flags name is  
GSS_KRB5_CRED_NO_CI_FLAGS_X

gss_set_cred_option(&minor, &cred, GSS_KRB5_CRED_NO_CI_FLAGS_X,  
&buffer_true);

Love