Author Topic: Switch firstname and surname order in public addressbook  (Read 2567 times)

Offline MZa

  • Newbie
  • *
  • Posts: 2
Switch firstname and surname order in public addressbook
« on: December 01, 2020, 08:50:22 AM »
Hello,

would it be possible to display "Surname Firstname" in global addressbook. We are reading users from LDAP, so I tried little hack:

surname_field' => 'givenName',
firstname_field' => 'sn'

but then users are sorted by firstname, which is  confusing  ;)
Best regards,
MZa

Offline MZa

  • Newbie
  • *
  • Posts: 2
Re: Switch firstname and surname order in public addressbook
« Reply #1 on: December 04, 2020, 04:33:03 AM »
$config['addressbook_name_listing'] = 2;