summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-18 06:04:55 +0000
committeralecpl <alec@alec.pl>2012-04-18 06:04:55 +0000
commitb563fc8bf685bbc26642d5b3e694062f8aeb0025 (patch)
tree984571560dc52df46115c658fc35788d5885a675 /config
parent6ab9e8a6c8474063ea70c727bb3fe107f1a864dc (diff)
- Uncomment 'organization'=>'o' - it works
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 3f6b040c2..14cdfd650 100644
--- a/config/main.inc.php.dist
+++ b/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',
),