Add KRB5_GC_CACHED, and KRB5_GC_USER_USER flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3672 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -180,6 +180,9 @@ typedef union {
|
||||
krb5_flags i;
|
||||
} krb5_kdc_flags;
|
||||
|
||||
#define KRB5_GC_CACHED 1
|
||||
#define KRB5_GC_USER_USER 2
|
||||
|
||||
typedef struct krb5_creds {
|
||||
krb5_principal client;
|
||||
krb5_principal server;
|
||||
|
Reference in New Issue
Block a user