summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 99aeed0fc..3f6b040c2 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -592,7 +592,6 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'email' => 'mail',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
- 'phone:workfax' => 'facsimileTelephoneNumber',
'phone:mobile' => 'mobile',
'phone:pager' => 'pager',
'street' => 'street',
@@ -604,6 +603,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'department' => 'departmentNumber',
'notes' => 'description',
// these currently don't work:
+// 'phone:workfax' => 'facsimileTelephoneNumber',
// 'photo' => 'jpegPhoto',
// 'organization' => 'o',
// 'manager' => 'manager',