From e7cb9680b2c8f9b0ecf2dc34482ceeda2c60ac97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 10 Sep 2007 16:15:00 +0000 Subject: [PATCH] * src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts). SVN Revision: 924 --- doc/guide.html | 2 +- doc/guide.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index 06b0d23e3..6a4b80a1c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -822,7 +822,7 @@ declarations of ACLs in the configuration file have the following syntax: <server>. Example:
{acl, exampleorg, {server, "example.org"}}.
 
{user_regexp, <regexp>}
Matches any local user with a name that -matches <regexp> at the first virtual host. Example: +matches <regexp> on local virtual hosts. Example:
{acl, tests, {user_regexp, "^test[0-9]*$"}}.
 
{user_regexp, <regexp>, <server>}
Matches any user with a name that matches <regexp> at server <server>. Example: diff --git a/doc/guide.tex b/doc/guide.tex index b50d8d19e..704390ba1 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -910,7 +910,7 @@ declarations of ACLs in the configuration file have the following syntax: {acl, exampleorg, {server, "example.org"}}. \end{verbatim} \titem{\{user\_regexp, \}} Matches any local user with a name that - matches \term{} at the first virtual host. Example: + matches \term{} on local virtual hosts. Example: \begin{verbatim} {acl, tests, {user_regexp, "^test[0-9]*$"}}. \end{verbatim}