diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-07-11 11:45:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:56 -0500 |
commit | f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02 (patch) | |
tree | 36301cb82776689de0f66f9c414bb748b3ca6bf8 /source4/libcli/auth/kerberos.h | |
parent | bd38d43214ebe71715776f1c0c1b9edf6e1b28ef (diff) | |
download | samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.gz samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.bz2 samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.zip |
r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h
Andrew Bartlett
(This used to be commit 159c234589e8e148180217f9ef4853b3031877db)
Diffstat (limited to 'source4/libcli/auth/kerberos.h')
-rw-r--r-- | source4/libcli/auth/kerberos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/auth/kerberos.h b/source4/libcli/auth/kerberos.h index 193a1a9438..fae00a5646 100644 --- a/source4/libcli/auth/kerberos.h +++ b/source4/libcli/auth/kerberos.h @@ -61,5 +61,7 @@ krb5_error_code ads_krb5_mk_req(krb5_context context, const char *principal, krb5_ccache ccache, krb5_data *outbuf); +void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, + DATA_BLOB *auth_data, krb5_ticket *tkt); #endif /* HAVE_KRB5 */ |