add check-rd-req-server

This commit is contained in:
Love Hornquist Astrand
2010-09-01 21:56:17 -07:00
parent 856c1c0a86
commit d893207413
4 changed files with 16 additions and 2 deletions

View File

@@ -274,6 +274,7 @@ typedef struct krb5_context_data {
#define KRB5_CTX_F_CHECK_PAC 2
#define KRB5_CTX_F_HOMEDIR_ACCESS 4
#define KRB5_CTX_F_SOCKETS_INITIALIZED 8
#define KRB5_CTX_F_RD_REQ_IGNORE 16
struct send_to_kdc *send_to_kdc;
#ifdef PKINIT
hx509_context hx509ctx;