diff options
author | Badlop <badlop@process-one.net> | 2009-12-23 16:08:34 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-23 16:08:34 +0000 |
commit | 71142e336db2d5207a6ba7b99a058249792e090b (patch) | |
tree | 6eb8af8e4453dfd7a622ecf92795ca6a3cb17f48 /doc/guide.html | |
parent | Fix error message when register is forbidden by ACL (EJAB-803) (diff) |
Add explanation about global Access precendence over vhost Access (EJAB-803)
SVN Revision: 2824
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index a3841f901..1d894cd7a 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1183,7 +1183,10 @@ The syntax is: sequentially checks if that JID matches any of the ACLs that are named in the second elements of the tuples in the list. If it matches, the first element of the first matched tuple is returned, otherwise the value ‘<TT>deny</TT>’ is -returned.</P><P>Example: +returned.</P><P>If you define specific Access rights in a virtual host, +remember that the globally defined Access rights have precedence over those. +This means that, in case of conflict, the Access granted or denied in the global server is used +and the Access of a virtual host doesn’t have effect.</P><P>Example: </P><PRE CLASS="verbatim">{access, configure, [{allow, admin}]}. {access, something, [{deny, badmans}, {allow, all}]}. |