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:
Johan Danielsson
1997-10-27 23:12:21 +00:00
parent a0f3788a2f
commit 3b24b646ee

View File

@@ -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;