Displaying 1 result from an estimated 1 matches for "a0data_blob".
2010 Oct 20
0
No subject
...ed in
> source3/libsmb/clikrb5.c and if you don't have HAVE_KRB5 defined, then
> it's supposed to do this:
>
> =A0/* this saves a few linking headaches */
> =A0int cli_krb5_get_ticket(const char *principal, time_t time_offset,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0DATA_BLOB *ticket, =
DATA_BLOB *session_key_krb5,
> uint32 extra_ap_opts,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0const char *ccname, =
time_t *tgs_expire,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0const char =
*impersonate_princ_s)
> {
> =A0 =A0 =A0 =A0 DEBUG(0,("NO KERBE...