mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts).
SVN Revision: 924
This commit is contained in:
parent
8cd1adec4b
commit
e7cb9680b2
@ -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:
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user