Changeset b2c3c31 in github


Ignore:
Timestamp:
Jul 31, 2012 3:36:40 AM (10 months ago)
Author:
Aleksander Machniak <alec@…>
Children:
56012e5
Parents:
ec86add
Message:

Use correct field name (title -> jobtitle) in example LDAP addressbook config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r6843acc rb2c3c31  
    597597    'surname'     => 'sn', 
    598598    'firstname'   => 'givenName', 
    599     'title'       => 'title', 
     599    'jobtitle'    => 'title', 
    600600    'email'       => 'mail:*', 
    601601    'phone:home'  => 'homePhone', 
Note: See TracChangeset for help on using the changeset viewer.