LDAP Index
Hi all,
a LDAP Query used a long time (etime) to processing, I verified the query and want to create an index for better response time:
--> base="ou=users,o=myORG" scope=sub filter="(&(objectClass=inetOrgPerson)(activeEntry=1))
Hier is my solution inetOrgPerson:
./dsconfig -h localhost -p 4444 -D "cn=orcladmin" -j /tmp/pw.txt -X create-local-db-index --element-name userRoot --index-name inetOrgPerson --set index-type:equality
Is there any other solution possible? such as add subTree too?
Regards,
Moh