GET_STATISTICS mentioned among WMS privileges.
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 15 Jun 2011 16:23:59 +0000 (16:23 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 15 Jun 2011 16:23:59 +0000 (16:23 +0000)
org.glite.lb.doc/src/faq.tex

index 64e8c52..b8e5d33 100644 (file)
@@ -57,7 +57,7 @@ This will give your WMS adequate rights to perform its operations and requests (
 
 \LB{}'s authorization settings can be found in file \texttt{[/opt/glite]/etc/glite-lb/glite-lb-authz.conf}
 
-Permit actions \texttt{PURGE} and \texttt{READ\_ALL} for your WMS and restart the \LB server.
+Permit actions \texttt{PURGE}, \texttt{READ\_ALL} and \texttt{GET\_STATISTICS} for your WMS and restart the \LB server.
 This will lead to results equivalent to \ref{FAQ:WMS_superusers_3_0_11}.
 For instance, change the adequate sections in \texttt{glite-lb-authz.conf} to:
 
@@ -73,5 +73,11 @@ action "PURGE" {
                 subject = "/DC=cz/DC=cesnet-ca/O=CESNET/CN=wms01.cesnet.cz"
         }
 }
+
+action "GET_STATISTICS" {
+        rule permit {
+                subject = "/DC=cz/DC=cesnet-ca/O=CESNET/CN=wms01.cesnet.cz"
+        }
+}
 \end{verbatim}