diff options
| -rw-r--r-- | proxy/src/client/gpm_accept_sec_context.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proxy/src/client/gpm_accept_sec_context.c b/proxy/src/client/gpm_accept_sec_context.c index 375ee17..ef5e79c 100644 --- a/proxy/src/client/gpm_accept_sec_context.c +++ b/proxy/src/client/gpm_accept_sec_context.c @@ -50,6 +50,11 @@ OM_uint32 gpm_accept_sec_context(OM_uint32 *minor_status, } } + /* check if we want delegated creds */ + if (delegated_cred_handle) { + arg->ret_deleg_cred = true; + } + /* execute proxy request */ ret = gpm_make_call(GSSX_ACCEPT_SEC_CONTEXT, &uarg, &ures); if (ret) { |
