set ctx->super_users for proxy connections too -- required for notifications
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 18 Feb 2009 16:02:04 +0000 (16:02 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 18 Feb 2009 16:02:04 +0000 (16:02 +0000)
authorized by superusers and coming via hybrid server-proxy

org.glite.lb.server/src/bkserverd.c

index cbc647a..80eb57d 100644 (file)
@@ -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)
        {