Changes between Version 34 and Version 35 of Howto_Ldap
- Timestamp:
- Nov 26, 2011 8:50:56 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Ldap
v34 v35 175 175 'bind_dn' => 'cn=rcuser,ou=rcabook,dc=localhost', 176 176 'bind_pass' => 'rcpass', 177 'filter' => '(objectClass= myPerson)',177 'filter' => '(objectClass=inetOrgPerson)', 178 178 'groups' => array( 179 179 'base_dn' => '', // in this Howto, the same base_dn as for the contacts is used … … 192 192 'bind_dn' => 'cn=%u,ou=private,ou=rcabook,dc=localhost', 193 193 'bind_pass' => '', // the user login password is used 194 'filter' => '(objectClass= myPerson)',194 'filter' => '(objectClass=inetOrgPerson)', 195 195 'groups' => array( 196 196 'base_dn' => '', // in this Howto, the same base_dn as for the contacts is used
