diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 12:35:28 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 12:35:28 +0000 |
| commit | c60bdc74a451dca9849ce13cb5922b463007f11b (patch) | |
| tree | 6ebb700f4baa2418287ebac7e02a6ed927152aac | |
| parent | f17cb33b75af168774cc6ed494e3cf5d3c6115ec (diff) | |
- facsimileTelephoneNumber attribute also doesn't work, commented out
git-svn-id: https://svn.roundcube.net/trunk@6070 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 99aeed0fc..3f6b040c2 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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', |
