From b563fc8bf685bbc26642d5b3e694062f8aeb0025 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 18 Apr 2012 06:04:55 +0000 Subject: - Uncomment 'organization'=>'o' - it works --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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', ), -- cgit v1.2.3