Add 'index objectClass eq'

This commit is contained in:
Kurt Zeilenga 2000-07-26 01:06:27 +00:00
parent efb7672dde
commit 8f8c483a8b
7 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@ suffix "o=University of Michigan, c=US"
directory ./test-db directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US" rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
lastmod on lastmod on
defaultaccess none defaultaccess none

View File

@ -21,6 +21,7 @@ suffix "o=University of Michigan, c=US"
directory ./test-db directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US" rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
dbnosync dbnosync
dbnolocking dbnolocking

View File

@ -22,6 +22,7 @@ suffix "o=SGI, c=US"
directory ./test-db directory ./test-db
rootdn "cn=Manager, o=SGI, c=US" rootdn "cn=Manager, o=SGI, c=US"
rootpw secret rootpw secret
index objectClass eq
index uid pres,eq,approx index uid pres,eq,approx
index gidNumber pres,eq,approx index gidNumber pres,eq,approx
index uidNumber pres,eq,approx index uidNumber pres,eq,approx

View File

@ -23,6 +23,7 @@ suffix "o=University of Michigan, c=US"
directory ./test-db directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US" rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
lastmod on lastmod on
defaultaccess none defaultaccess none

View File

@ -25,5 +25,6 @@ suffix "o=University of Mich, c=US"
directory ./test-repl directory ./test-repl
rootdn "cn=Manager, o=University of Mich, c=US" rootdn "cn=Manager, o=University of Mich, c=US"
rootpw secret rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
lastmod on lastmod on

View File

@ -23,6 +23,7 @@ suffix "o=University of Michigan, c=US"
directory ./test-db directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US" rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
lastmod on lastmod on

View File

@ -26,5 +26,6 @@ rootdn "cn=Replica, o=University of Michigan, c=US"
rootpw secret rootpw secret
updatedn "cn=Replica, o=University of Michigan, c=US" updatedn "cn=Replica, o=University of Michigan, c=US"
updateref "ldap://localhost:9009/o=University%20of%20Michigan,c=US" updateref "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
index objectClass eq
index cn,sn,uid pres,eq,sub index cn,sn,uid pres,eq,sub
lastmod on lastmod on