kdc: use astgs_request_t for client/server name (TGS)
Store the client and server principal name from the TGT and request (respectively) in the astgs_request_t rather than using local variables.
This commit is contained in:
@@ -49,7 +49,7 @@ static const char *kdc_plugin_deps[] = {
|
||||
static struct heim_plugin_data kdc_plugin_data = {
|
||||
"krb5",
|
||||
"kdc",
|
||||
KRB5_PLUGIN_KDC_VERSION_8,
|
||||
KRB5_PLUGIN_KDC_VERSION_9,
|
||||
kdc_plugin_deps,
|
||||
kdc_get_instance
|
||||
};
|
||||
|
Reference in New Issue
Block a user