From 3efe19be5b1ff867d5f6f723fb38ced5ac672e61 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Jan 2013 15:03:58 +0100 Subject: Change interposer usage, clients need to set GSS_USE_PROXY=1|YES. The variable _GSSPROXY_LOOPS has been changed in favor of GSS_USE_PROXY. From now on, applications needs to explicitly enable the usage of the gssproxy interposer inception. --- proxy/src/gp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy/src/gp_init.c') diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c index 835c049..c0cdb92 100644 --- a/proxy/src/gp_init.c +++ b/proxy/src/gp_init.c @@ -66,7 +66,7 @@ void init_server(bool daemonize) setlocale(LC_ALL, ""); /* Set env var to avoid looping to ourselves in GSSAPI */ - setenv("_GSSPROXY_LOOPS", "NO", 0); + setenv("GSS_USE_PROXY", "NO", 0); gp_logging_init(); } -- cgit