| | |
| | | // The login name is used to search for the DN to bind with |
| | | 'search_base_dn' => '', |
| | | 'search_filter' => '', // e.g. '(&(objectClass=posixAccount)(uid=%u))' |
| | | // Default for %dn variable if search doesn't return DN value |
| | | 'search_dn_default' => '', |
| | | // Optional authentication identifier to be used as SASL authorization proxy |
| | | // bind_dn need to be empty |
| | | 'auth_cid' => '', |
| | | // SASL authentication method (for proxy auth), e.g. DIGEST-MD5 |
| | | 'auth_method' => '', |
| | | // Indicates if the addressbook shall be displayed on the list. |
| | | // Indicates if the addressbook shall be hidden from the list. |
| | | // With this option enabled you can still search/view contacts. |
| | | 'hidden' => false, |
| | | // Indicates if the addressbook shall not list contacts but only allows searching. |
| | | 'searchonly' => false, |
| | | // Indicates if we can write to the LDAP directory or not. |
| | | // If writable is true then these fields need to be populated: |
| | | // LDAP_Object_Classes, required_fields, LDAP_rdn |
| | |
| | | 'base_dn' => '', |
| | | 'filter' => '(objectClass=groupOfNames)', |
| | | 'object_classes' => array("top", "groupOfNames"), |
| | | // name of the member attribute, e.g. uniqueMember |
| | | 'member_attr' => 'member', |
| | | 'member_attr' => 'member', // name of the member attribute, e.g. uniqueMember |
| | | 'name_attr' => 'cn', // attribute to be used as group name |
| | | ), |
| | | ); |
| | | */ |