Fix the template: do not use 'global' keyword

This commit is contained in:
Evgeniy Khramtsov 2013-08-30 20:42:56 +10:00
parent 8cbbe4a3eb
commit 150a5392e5
1 changed files with 4 additions and 7 deletions

View File

@ -354,13 +354,12 @@ acl:
## blocked:
## user:
## - "baduser": "example.org"
## - "test": global
## - "test"
## Local users: don't modify this.
##
local:
user_regexp:
- "": global
user_regexp: ""
##
## More examples of ACLs
@ -372,10 +371,8 @@ acl:
## user:
## - "aleksey": "jabber.ru"
## test:
## user_regexp:
## - "^test": global
## user_glob:
## - "test*": global
## user_regexp: "^test"
## user_glob: "test*"
##
## Loopback network