merge all flags into one entity
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20261 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -196,9 +196,11 @@ struct _krb5_get_init_creds_opt_private {
|
|||||||
krb5_get_init_creds_tristate req_pac;
|
krb5_get_init_creds_tristate req_pac;
|
||||||
/* PKINIT */
|
/* PKINIT */
|
||||||
krb5_pk_init_ctx pk_init_ctx;
|
krb5_pk_init_ctx pk_init_ctx;
|
||||||
int canonicalize;
|
|
||||||
KRB_ERROR *error;
|
KRB_ERROR *error;
|
||||||
krb5_get_init_creds_tristate addressless;
|
krb5_get_init_creds_tristate addressless;
|
||||||
|
int flags;
|
||||||
|
#define KRB5_INIT_CREDS_CANONICALIZE 1
|
||||||
|
#define KRB5_INIT_CREDS_NO_C_CANON_CHECK 2
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct krb5_context_data {
|
typedef struct krb5_context_data {
|
||||||
|
Reference in New Issue
Block a user