summaryrefslogtreecommitdiff
path: root/plugins/acl/config.inc.php.dist
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-13 10:17:44 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-13 10:17:44 +0000
commit32ebf533a2f82571c029a908c5fee27f4febf21d (patch)
tree5d3ef7e6b969736bc9209ea800aaa2586153a5b9 /plugins/acl/config.inc.php.dist
parent72d2cc157fc40665ec12e31714b6ef419f9b4cd0 (diff)
- ACL plugin (initial commit)
git-svn-id: https://svn.roundcube.net/trunk@4757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/config.inc.php.dist')
-rw-r--r--plugins/acl/config.inc.php.dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist
new file mode 100644
index 000000000..6cb3093f3
--- /dev/null
+++ b/plugins/acl/config.inc.php.dist
@@ -0,0 +1,13 @@
+<?php
+
+// Default look of access rights table
+// In advanced mode all access rights are displayed separately
+// In simple mode access rights are grouped into four groups: read, write, delete, full
+$rcmail_config['acl_advanced_mode'] = false;
+
+// Username realm
+// When user enters a username without domain part, realm
+// alows to add it to the username (and display correct username in the table)
+$rcmail_config['acl_username_realm'] = '';
+
+?>