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.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.html | 2 |
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><server></TT>. Example: <PRE CLASS="verbatim">{acl, exampleorg, {server, "example.org"}}. </PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, <regexp>}</TT></B></DT><DD CLASS="dd-description"> Matches any local user with a name that -matches <TT><regexp></TT> at the first virtual host. Example: +matches <TT><regexp></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, <regexp>, <server>}</TT></B></DT><DD CLASS="dd-description"> Matches any user with a name that matches <TT><regexp></TT> at server <TT><server></TT>. Example: |