From: Zdeněk Šustr Date: Wed, 15 Jun 2011 16:23:59 +0000 (+0000) Subject: GET_STATISTICS mentioned among WMS privileges. X-Git-Tag: glite-lb-doc_R_1_2_9_1~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f36152bd466632b7c4bd452e79d85b2546d5f087;p=jra1mw.git GET_STATISTICS mentioned among WMS privileges. --- diff --git a/org.glite.lb.doc/src/faq.tex b/org.glite.lb.doc/src/faq.tex index 64e8c52..b8e5d33 100644 --- a/org.glite.lb.doc/src/faq.tex +++ b/org.glite.lb.doc/src/faq.tex @@ -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}