Add _kdc_windc_client_access.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19674 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
10
kdc/windc.c
10
kdc/windc.c
@@ -94,3 +94,13 @@ _kdc_pac_verify(krb5_context context,
|
||||
}
|
||||
return (windcft->pac_verify)(windcctx, context, client, pac);
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
_kdc_windc_client_access(krb5_context context,
|
||||
struct hdb_entry_ex *client,
|
||||
KDC_REQ *req)
|
||||
{
|
||||
if (windcft == NULL)
|
||||
return 0;
|
||||
return (windcft->client_access)(windcctx, context, client, req);
|
||||
}
|
||||
|
Reference in New Issue
Block a user