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: * src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts). SVN Revision: 924 --- doc/guide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guide.tex') 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} -- cgit v1.2.3