From a8a8e3b5a6cb872bbcf95b271515fc2aae9085d4 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Thu, 6 Feb 2003 19:09:22 +0000 Subject: *** empty log message *** SVN Revision: 62 --- doc/guide.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index e4bcb91a7..1da6a5bf5 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -178,23 +178,23 @@ Declaration of ACL in config file have following syntax:
{user_regexp, <regexp>}
Matches local user with name that mathes <regexp>. Example:
-{acl, tests, {user, "test.*"}}.
+{acl, tests, {user, "^test[0-9]*$"}}.
 
{user_regexp, <regexp>, <server>}
Matches user with name that mathes <regexp> and from server <server>. Example:
-{acl, tests, {user, "test.*", "localhost"}}.
+{acl, tests, {user, "^test", "localhost"}}.
 
{server_regexp, <regexp>}
Matches any JID from server that matches <regexp>. Example:
-{acl, icq, {server, "icq.*"}}.
+{acl, icq, {server, "^icq\\."}}.
 
{node_regexp, <user_regexp>, <server_regexp>}
Matches user with name that mathes <user_regexp> and from server that matches <server_regexp>. Example:
-{acl, aleksey, {node_regexp, "aleksey.*", "jabber.(ru|org)"}}.
+{acl, aleksey, {node_regexp, "^aleksey", "^jabber.(ru|org)$"}}.
 
{user_glob, <glob>}
@@ -357,7 +357,7 @@ correctly only after restart)

Node config/acls
-Via jabber:x:data queries to this node possible edit ACLs list. (See +Via jabber:x:data queries to this node possible to edit ACLs list. (See figure 2)

[acls editing window] @@ -369,8 +369,7 @@ figure 2)

Node config/access
-Via jabber:x:data queries to this node possible edit access rules. -Not work yet.
+Via jabber:x:data queries to this node possible to edit access rules.

-- cgit v1.2.3