Changes between Version 34 and Version 35 of Howto_Ldap


Ignore:
Timestamp:
Nov 26, 2011 8:50:56 AM (18 months ago)
Author:
andudi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Ldap

    v34 v35  
    175175    'bind_dn'          => 'cn=rcuser,ou=rcabook,dc=localhost', 
    176176    'bind_pass'      => 'rcpass', 
    177     'filter'              => '(objectClass=myPerson)', 
     177    'filter'              => '(objectClass=inetOrgPerson)', 
    178178    'groups'           => array( 
    179179        'base_dn'           => '',     // in this Howto, the same base_dn as for the contacts is used 
     
    192192    'bind_dn'          => 'cn=%u,ou=private,ou=rcabook,dc=localhost', 
    193193    'bind_pass'      => '',   // the user login password is used 
    194     'filter'              => '(objectClass=myPerson)', 
     194    'filter'              => '(objectClass=inetOrgPerson)', 
    195195    'groups'           => array( 
    196196        'base_dn'           => '',     // in this Howto, the same base_dn as for the contacts is used