diff options
author | alecpl <alec@alec.pl> | 2012-04-12 12:35:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-12 12:35:28 +0000 |
commit | 463ec6b57c48306b5c61a21cd68f1e135d8fc8b4 (patch) | |
tree | cb7c717ac4cfa95b5f129bc95bc1d91ed2cb8091 /config/main.inc.php.dist | |
parent | ca3d76d8f1edc8e7778a4ff28f109a8d92452647 (diff) |
- facsimileTelephoneNumber attribute also doesn't work, commented out
Diffstat (limited to 'config/main.inc.php.dist')
-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 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', |