diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-10 16:15:00 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-10 16:15:00 +0000 |
commit | e7cb9680b2c8f9b0ecf2dc34482ceeda2c60ac97 (patch) | |
tree | 6fbec4f30664f2884fa3607385d8eec6e3a96d53 /doc/guide.tex | |
parent | * ChangeLog: Document latest commits. (diff) |
* src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts).
SVN Revision: 924
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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, <regexp>\}} Matches any local user with a name that - matches \term{<regexp>} at the first virtual host. Example: + matches \term{<regexp>} on local virtual hosts. Example: \begin{verbatim} {acl, tests, {user_regexp, "^test[0-9]*$"}}. \end{verbatim} |