Changeset ca3d76d in github


Ignore:
Timestamp:
Apr 12, 2012 8:16:25 AM (14 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
463ec6b
Parents:
373e3df
Message:
  • More LDAP fields mapping (inetOrgPerson)
File:
1 edited

Legend:

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

    r1b30a71 rca3d76d  
    576576  // to be one of the search_fields, the base of base_dn is appended 
    577577  // to the RDN to insert into the LDAP directory. 
    578   'LDAP_rdn'       => 'mail', 
     578  'LDAP_rdn'       => 'cn', 
    579579  // The required fields needed to build a new contact as required by 
    580580  // the object classes (can include additional fields not required by the object classes). 
     
    589589    'surname'     => 'sn', 
    590590    'firstname'   => 'givenName', 
     591    'title'       => 'title', 
    591592    'email'       => 'mail', 
    592593    'phone:home'  => 'homePhone', 
    593594    'phone:work'  => 'telephoneNumber', 
     595    'phone:workfax' => 'facsimileTelephoneNumber', 
    594596    'phone:mobile' => 'mobile', 
     597    'phone:pager' => 'pager', 
    595598    'street'      => 'street', 
    596599    'zipcode'     => 'postalCode', 
     600    'region'      => 'st', 
    597601    'locality'    => 'l', 
    598     'country'     => 'c', 
    599     'organization' => 'o', 
     602// if you uncomment country, you need to modify 'sub_fields' above 
     603//    'country'     => 'c', 
     604    'department'  => 'departmentNumber', 
     605    'notes'       => 'description', 
     606// these currently don't work: 
     607//    'photo'        => 'jpegPhoto', 
     608//    'organization' => 'o', 
     609//    'manager'      => 'manager', 
     610//    'assistant'    => 'secretary', 
    600611  ), 
    601612  'sort'          => 'cn',    // The field to sort the listing by. 
Note: See TracChangeset for help on using the changeset viewer.