Author Topic: Fields in AD addressbook  (Read 2801 times)

Offline akam

  • Newbie
  • *
  • Posts: 3
Fields in AD addressbook
« 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?