Changeset ca3d76d in github
- Timestamp:
- Apr 12, 2012 8:16:25 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 463ec6b
- Parents:
- 373e3df
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
r1b30a71 rca3d76d 576 576 // to be one of the search_fields, the base of base_dn is appended 577 577 // to the RDN to insert into the LDAP directory. 578 'LDAP_rdn' => ' mail',578 'LDAP_rdn' => 'cn', 579 579 // The required fields needed to build a new contact as required by 580 580 // the object classes (can include additional fields not required by the object classes). … … 589 589 'surname' => 'sn', 590 590 'firstname' => 'givenName', 591 'title' => 'title', 591 592 'email' => 'mail', 592 593 'phone:home' => 'homePhone', 593 594 'phone:work' => 'telephoneNumber', 595 'phone:workfax' => 'facsimileTelephoneNumber', 594 596 'phone:mobile' => 'mobile', 597 'phone:pager' => 'pager', 595 598 'street' => 'street', 596 599 'zipcode' => 'postalCode', 600 'region' => 'st', 597 601 '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', 600 611 ), 601 612 'sort' => 'cn', // The field to sort the listing by.
Note: See TracChangeset
for help on using the changeset viewer.
