Add stub for gss_acquire_cred_impersonate_name().

This commit is contained in:
Robert Crowston
2021-10-14 22:49:14 +01:00
committed by Luke Howard
parent 6d1e3c3d5b
commit 5d462795ce
13 changed files with 91 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ static gssapi_mech_interface_desc netlogon_mech = {
NULL, /* gm_export_cred */
NULL, /* gm_import_cred */
NULL, /* gm_acquire_cred_from */
NULL, /* gm_acquire_cred_impersonate_name */
NULL, /* gm_iter_creds */
NULL, /* gm_destroy_cred */
NULL, /* gm_cred_hold */