Aleksander Machniak
2012-07-31 b2c3c31c105bc516d64fa6d7a393d0699b0a60de
Use correct field name (title -> jobtitle) in example LDAP addressbook config
1 files modified
2 ■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -596,7 +596,7 @@
    'name'        => 'cn',
    'surname'     => 'sn',
    'firstname'   => 'givenName',
    'title'       => 'title',
    'jobtitle'    => 'title',
    'email'       => 'mail:*',
    'phone:home'  => 'homePhone',
    'phone:work'  => 'telephoneNumber',