krb5: check KDC supports anonymous if requested
Verify the KDC recognized the request-anonymous flag by validating the returned client principal name.
This commit is contained in:

committed by
Jeffrey Altman

parent
5c70e5015e
commit
014e318d6b
@@ -310,6 +310,7 @@ typedef struct krb5_context_data {
|
||||
#define EXTRACT_TICKET_MATCH_REALM 4
|
||||
#define EXTRACT_TICKET_AS_REQ 8
|
||||
#define EXTRACT_TICKET_TIMESYNC 16
|
||||
#define EXTRACT_TICKET_MATCH_ANON 32
|
||||
|
||||
/*
|
||||
* Configurable options
|
||||
|
Reference in New Issue
Block a user