From 418021f1ee0e0ef1530a4d514778502a6387a582 Mon Sep 17 00:00:00 2001 From: Samuele Kaplun Date: Thu, 4 Jun 2015 10:58:44 +0200 Subject: [PATCH] WebAccess: FireRole documentation fix * FIX Improves the WebAccess FireRole documentation by providing corrected example on how to use groups in FireRole definitions. (closes #3107) Signed-off-by: Samuele Kaplun Reported-by: Theodoros Theodoropoulos --- modules/webaccess/doc/admin/webaccess-admin-guide.webdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webaccess/doc/admin/webaccess-admin-guide.webdoc b/modules/webaccess/doc/admin/webaccess-admin-guide.webdoc index c724183534..c7aa9ac334 100644 --- a/modules/webaccess/doc/admin/webaccess-admin-guide.webdoc +++ b/modules/webaccess/doc/admin/webaccess-admin-guide.webdoc @@ -1119,7 +1119,7 @@ II. Example - connecting role and user Example of role definition: allow not email /.*@gmail.com/,/.*@hotmail.com/ - deny group badguys + deny group "badguys" allow remote_ip "127.0.0.0/24" deny all