aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-01-09 00:39:33 +0000
committerBadlop <badlop@process-one.net>2010-01-09 00:39:33 +0000
commit0bf9832187544ab6df056b8c7b93c5cd22178f89 (patch)
tree6572563fd3a1d87a3396a5b30cf153b653a35f9b /doc/guide.tex
parentFix so script runs correctly when invoked by root (EJAB-1152) (diff)
An AccessCommand with Access 'all', don't require auth to execute it.
SVN Revision: 2865
Diffstat (limited to '')
-rw-r--r--doc/guide.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 8f848adcc..6431e8d59 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -4529,9 +4529,8 @@ ArgumentValue = any()
\end{verbatim}
The default value is to not define any restriction: \term{[]}.
-If at least one restriction is defined, then the frontend expects
-that authentication information is provided when executing a command.
-The authentication information is Username, Hostname and Password of a local XMPP account
+The authentication information is provided when executing a command,
+and is Username, Hostname and Password of a local XMPP account
that has permission to execute the corresponding command.
This means that the account must be registered in the local ejabberd,
because the information will be verified.