From 7e71db8edc9694ed75110ddd9efa373250cc0545 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 12 Aug 2014 18:05:47 -0400 Subject: Add gss_acquire_cred_impersonate_name support This is used by a client that wants to peform a s4u2self operation using its server credentials. Signed-off-by: Simo Sorce Reviewed-by: Robbie Harwoood --- proxy/tests/cli_srv_comm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proxy/tests') diff --git a/proxy/tests/cli_srv_comm.c b/proxy/tests/cli_srv_comm.c index 8a18b4e..77fe338 100644 --- a/proxy/tests/cli_srv_comm.c +++ b/proxy/tests/cli_srv_comm.c @@ -457,10 +457,11 @@ void *server_thread(void *pvt) } ret_maj = gpm_acquire_cred(&ret_min, - NULL, + NULL, NULL, GSS_C_INDEFINITE, mech_set, GSS_C_ACCEPT, + false, &cred_handle, NULL, NULL); -- cgit