krb5: support for anonymous TGS requests
Add support to krb5_get_creds() for requesting anonymous service tickets using a TGT, using the flag KRB5_GC_ANONYMOUS.
This commit is contained in:

committed by
Jeffrey Altman

parent
af63541515
commit
55ee6c1282
@@ -449,6 +449,7 @@ typedef union {
|
||||
#define KRB5_GC_NO_TRANSIT_CHECK (1U << 5)
|
||||
#define KRB5_GC_CONSTRAINED_DELEGATION (1U << 6)
|
||||
#define KRB5_GC_CANONICALIZE (1U << 7)
|
||||
#define KRB5_GC_ANONYMOUS (1U << 8)
|
||||
|
||||
/* constants for compare_creds (and cc_retrieve_cred) */
|
||||
#define KRB5_TC_DONT_MATCH_REALM (1U << 31)
|
||||
|
Reference in New Issue
Block a user