diff options
author | alecpl <alec@alec.pl> | 2012-04-18 06:04:55 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-18 06:04:55 +0000 |
commit | b563fc8bf685bbc26642d5b3e694062f8aeb0025 (patch) | |
tree | 984571560dc52df46115c658fc35788d5885a675 | |
parent | 6ab9e8a6c8474063ea70c727bb3fe107f1a864dc (diff) |
- Uncomment 'organization'=>'o' - it works
-rw-r--r-- | config/main.inc.php.dist | 2 |
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', ), |