summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-18 06:04:55 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-18 06:04:55 +0000
commitdf66a679e7488b77e5af9ef1758404888445367b (patch)
tree54a45bba6acd89732c86d8ec4d17e1ca4ffc7fc6
parent8b1cff507dd02d37a73f9d26bb972bdf61e86152 (diff)
- Uncomment 'organization'=>'o' - it works
git-svn-id: https://svn.roundcube.net/trunk@6095 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 3f6b040c2..14cdfd650 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -600,12 +600,12 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'locality' => 'l',
// if you uncomment country, you need to modify 'sub_fields' above
// 'country' => 'c',
+ 'organization' => 'o',
'department' => 'departmentNumber',
'notes' => 'description',
// these currently don't work:
// 'phone:workfax' => 'facsimileTelephoneNumber',
// 'photo' => 'jpegPhoto',
-// 'organization' => 'o',
// 'manager' => 'manager',
// 'assistant' => 'secretary',
),