1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r1446: Another funciton to avoid in proto.h

Andrew Bartlett
(This used to be commit 310a570936)
This commit is contained in:
Andrew Bartlett 2004-07-11 11:48:21 +00:00 committed by Gerald (Jerry) Carter
parent f17eb8f2a9
commit 59a3aece81

View File

@ -63,5 +63,11 @@ krb5_error_code ads_krb5_mk_req(krb5_context context,
krb5_data *outbuf);
void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
DATA_BLOB *auth_data, krb5_ticket *tkt);
NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
krb5_context context,
krb5_auth_context auth_context,
const char *realm, const DATA_BLOB *ticket,
char **principal, DATA_BLOB *auth_data,
DATA_BLOB *ap_rep)
#endif /* HAVE_KRB5 */