From c82cfe47c2747ea08a6bc18af1d6383b07094bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Fri, 24 Nov 2006 11:22:15 +0000 Subject: [PATCH] * doc/guide.tex: Fixed regexp ACL configuration examples (Thanks to Massimiliano Mirra). SVN Revision: 681 --- ChangeLog | 5 +++++ doc/guide.tex | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3fadd445..747fdb8e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-24 Mickael Remond + + * doc/guide.tex: Fixed regexp ACL configuration examples + (Thanks to Massimiliano Mirra). + 2006-11-23 Alexey Shchepin * src/eldap/eldap.erl: Bugfix (thanks to Evgeniy Khramtsov) diff --git a/doc/guide.tex b/doc/guide.tex index 9e97cd0c7..d28b9b1a2 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -753,18 +753,18 @@ declarations of ACLs in the configuration file have the following syntax: \titem{\{user\_regexp, \}} Matches any local user with a name that matches \term{} at the first virtual host. Example: \begin{verbatim} -{acl, tests, {user, "^test[0-9]*$"}}. +{acl, tests, {user_regexp, "^test[0-9]*$"}}. \end{verbatim} %$ \titem{\{user\_regexp, , \}} Matches any user with a name that matches \term{} at server \term{}. Example: \begin{verbatim} -{acl, tests, {user, "^test", "example.org"}}. +{acl, tests, {user_regexp, "^test", "example.org"}}. \end{verbatim} \titem{\{server\_regexp, \}} Matches any JID from the server that matches \term{}. Example: \begin{verbatim} -{acl, icq, {server, "^icq\\."}}. +{acl, icq, {server_regexp, "^icq\\."}}. \end{verbatim} \titem{\{node\_regexp, , \}} Matches any user with a name that matches \term{} at any server that matches