aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-09-10 16:15:00 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-09-10 16:15:00 +0000
commite7cb9680b2c8f9b0ecf2dc34482ceeda2c60ac97 (patch)
tree6fbec4f30664f2884fa3607385d8eec6e3a96d53 /doc/guide.html
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.html')
-rw-r--r--doc/guide.html2
1 files changed, 1 insertions, 1 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:
<TT>&lt;server&gt;</TT>. Example:
<PRE CLASS="verbatim">{acl, exampleorg, {server, "example.org"}}.
</PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, &lt;regexp&gt;}</TT></B></DT><DD CLASS="dd-description"> Matches any local user with a name that
-matches <TT>&lt;regexp&gt;</TT> at the first virtual host. Example:
+matches <TT>&lt;regexp&gt;</TT> on local virtual hosts. Example:
<PRE CLASS="verbatim">{acl, tests, {user_regexp, "^test[0-9]*$"}}.
</PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, &lt;regexp&gt;, &lt;server&gt;}</TT></B></DT><DD CLASS="dd-description"> Matches any user with a name
that matches <TT>&lt;regexp&gt;</TT> at server <TT>&lt;server&gt;</TT>. Example: