From: Aleš Křenek Date: Wed, 18 Feb 2009 16:02:04 +0000 (+0000) Subject: set ctx->super_users for proxy connections too -- required for notifications X-Git-Tag: glite-yaim-lb_R_4_1_0_1~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=018be0bee137705183e5c20a5d8d0d3e667bd795;p=jra1mw.git set ctx->super_users for proxy connections too -- required for notifications authorized by superusers and coming via hybrid server-proxy --- diff --git a/org.glite.lb.server/src/bkserverd.c b/org.glite.lb.server/src/bkserverd.c index cbc647a..80eb57d 100644 --- a/org.glite.lb.server/src/bkserverd.c +++ b/org.glite.lb.server/src/bkserverd.c @@ -1214,6 +1214,8 @@ int bk_handle_connection_proxy(int conn, struct timeval *timeout, void *data) ctx->noAuth = 1; ctx->noIndex = 1; + /* required to match superuser-authorized notifications */ + ctx->super_users = super_users; if (fake_host) {