kdc: add attribute dictionary to kdc_request_t
Add a heim_dict_t to the KDC request structure for use by pre-authentication mechanisms and plugins.
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
heim_string_t reason; \
|
||||
/* auditing key/value store */ \
|
||||
heim_dict_t kv; \
|
||||
heim_dict_t attributes; \
|
||||
int32_t ret
|
||||
|
||||
#endif /* HEIMBASE_SVC_H */
|
||||
|
Reference in New Issue
Block a user