Roundcube Community Forum

Release Support => Pending Issues => Topic started by: akam on June 26, 2014, 02:01:19 AM

Title: Fields in AD addressbook
Post by: akam on June 26, 2014, 02:01:19 AM
Hello,

jobtitle, organization, department are not displayed in AD addressbook.

my config:
  'fieldmap' => array(
      'name'        => 'cn',
      'surname'     => 'sn',
      'firstname'   => 'givenName',
      'jobtitle'    => 'title',
      'email'       => 'mail:*',
      'organization' => 'company',
      'department'   => 'department',
      'notes'        => 'description',
      'photo'        => 'jpegPhoto',
   ),

But if I change 'jobtitle'    => 'title'   to   'jobtitle'    => 'mail'  mail will be displayed at title position

Is it bug?