diff options
Diffstat (limited to 'config')
-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', ), |