diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-16 08:04:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-16 08:04:06 +0000 |
| commit | c53519bf27504ea0b82398d64dceaf5c64aa8659 (patch) | |
| tree | 5474f7b1211f7e7da9aa3fcad4e9e473c0b47cb9 /plugins/acl/config.inc.php.dist | |
| parent | 883448243f446c25a06dd793cc72356e01a972a0 (diff) | |
- Remove acl_username_realm option, use realm auto-detection
git-svn-id: https://svn.roundcube.net/trunk@4773 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/config.inc.php.dist')
| -rw-r--r-- | plugins/acl/config.inc.php.dist | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist index 6cb3093f3..4ced35861 100644 --- a/plugins/acl/config.inc.php.dist +++ b/plugins/acl/config.inc.php.dist @@ -5,9 +5,4 @@ // 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'] = ''; - ?> |
