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 commit is contained in:
parent
159c234589
commit
310a570936
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user