From 872980ff98b6c5a1f81a73b77a4b02d10233c42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 8 Dec 2007 21:52:07 +0000 Subject: [PATCH] Document krb5_rd_req_in_set_pac_check. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22235 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/rd_req.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/krb5/rd_req.c b/lib/krb5/rd_req.c index 2174852fa..f78c23692 100644 --- a/lib/krb5/rd_req.c +++ b/lib/krb5/rd_req.c @@ -549,6 +549,18 @@ krb5_rd_req_in_set_keytab(krb5_context context, return 0; } +/** + * Set if krb5_rq_red() is going to check the Windows PAC or not + * + * @param context Keberos 5 context. + * @param in krb5_rd_req_in_ctx to check the option on. + * @param flag flag to select if to check the pac (TRUE) or not (FALSE). + * + * @return Kerberos 5 error code, see krb5_get_error_message(). + * + * @ingroup krb5 + */ + krb5_error_code KRB5_LIB_FUNCTION krb5_rd_req_in_set_pac_check(krb5_context context, krb5_rd_req_in_ctx in,