From 371e2d8312aced147e2c753772582a835ef708d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 27 Feb 2012 16:22:17 +0000 Subject: [PATCH] Explaining more config details. --- org.glite.lb.doc/src/https_configuration.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/org.glite.lb.doc/src/https_configuration.tex b/org.glite.lb.doc/src/https_configuration.tex index 53121ef..2959e12 100644 --- a/org.glite.lb.doc/src/https_configuration.tex +++ b/org.glite.lb.doc/src/https_configuration.tex @@ -11,5 +11,21 @@ Among others, the following fields may be discerned from the URL: \label{s:findbroker} \texttt{msg\_brokers} & A list of messaging brokers that \LB server uses to deliver messages.\\ \texttt{msg\_prefixes} & A list of permissible prefixes that must be used in messaging topics.\\ +\texttt{server\_version} & Version of the \LB server binary.\\ +\texttt{server\_identity} & The subject of the \LB server's certificate.\\ +\texttt{server\_indices} & Indices configured in the the \LB server's database. \ifx\insideAG\undefined{\LB job queries typically require at least one indexed attribute among the query conditions}\else{See more on managing indices in Section~\ref{maintain:index} (page \pageref{maintain:index})}\fi. +\\ +\end{tabularx} + +Configuration details shown only to \LB super users: +\nopagebreak + +\begin{tabularx}{\textwidth}{lX} +\texttt{database\_name} & Name of database storing \LB data.\\ +\texttt{database\_host} & Database server used by \LB.\\ +\texttt{authz\_policy\_file} & Full copy of the current authz configuration file.\ifx\insideAG\undefined{}\else{ See more on defining the authorization policy in Section~\ref{inst:authz} (page \pageref{inst:authz}).}\fi\\ +\texttt{admins} & A list of DNs that are allowed super-user access. The list will include superusers given in the authz file as well as those specified from command line through the \texttt{-{}-super-user} option.\\ +\texttt{dump\_start} & Starting time of the latest server dump.\ifx\insideAG\undefined{}\else{See more on backup dumps in Section~\ref{run:dump} (page \pageref{run:dump}).}\fi\\ +\texttt{dump\_end} & Finishing time of the latest server dump.\\ \end{tabularx} -- 1.8.2.3