From f36152bd466632b7c4bd452e79d85b2546d5f087 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 15 Jun 2011 16:23:59 +0000 Subject: [PATCH] GET_STATISTICS mentioned among WMS privileges. --- org.glite.lb.doc/src/faq.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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} -- 1.8.2.3