From f39f3e427e3420b6fcf7fa5c836cce0b3b0053b3 Mon Sep 17 00:00:00 2001
From: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
Date: Mon, 11 Mar 2013 05:54:59 -0400
Subject: [PATCH] Add some verbiage on the usage of 'acl_specials' in the default config.inc.php.dist.

---
 plugins/acl/config.inc.php.dist |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist
index 6a9c3a5..d0e1a09 100644
--- a/plugins/acl/config.inc.php.dist
+++ b/plugins/acl/config.inc.php.dist
@@ -16,6 +16,10 @@
 // The LDAP search filter will be &'d with search queries
 $rcmail_config['acl_users_filter'] = '';
 
-$rcmail_config['acl_specials'] = array();
+// Include the following 'special' access control subjects in the ACL dialog;
+// Defaults to array('anyone', 'anonymous') (not when set to an empty array)
+// Example: array('anyone') to exclude 'anonymous'.
+// Set to an empty array to exclude all special aci subjects.
+$rcmail_config['acl_specials'] = array('anyone', 'anonymous');
 
 ?>

--
Gitblit v1.9.1