Add BDB index directives

This commit is contained in:
Kurt Zeilenga 2001-10-03 21:27:37 +00:00
parent 0135c8dbb1
commit 3225c05cd5
7 changed files with 15 additions and 1 deletions

View file

@ -26,6 +26,8 @@ rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret
#ldbm#index objectClass eq
#ldbm#index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
lastmod on
#

View file

@ -20,3 +20,4 @@ directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret
#ldbm#index objectClass eq
#bdb#index objectClass eq

View file

@ -26,4 +26,6 @@ rootdn "cn=Manager, o=University of Mich, c=US"
rootpw secret
#ldbm#index objectClass eq
#ldbm#index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
lastmod on

View file

@ -24,6 +24,8 @@ rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret
#ldbm#index objectClass eq
#ldbm#index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
lastmod on
replogfile ./test-db/slapd.replog

View file

@ -27,4 +27,6 @@ updatedn "cn=Replica, o=University of Michigan, c=US"
updateref "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
#ldbm#index objectClass eq
#ldbm#index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
lastmod on

View file

@ -28,7 +28,8 @@ argsfile ./test-db/slapd.args
database @BACKEND@
suffix "o=OpenLDAP Project,l=Internet"
directory ./test-db
index objectClass eq
#ldbm#index objectClass eq
#bdb#index objectClass eq
#database @BACKEND@
#suffix "dc=example,dc=com"

View file

@ -25,8 +25,12 @@ rootpw secret
#ldbm#index cn,sn pres,eq,sub,subany
#ldbm#dbnosync
#ldbm#dbnolocking
#bdb#index objectclass eq
#bdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany
database @BACKEND@
suffix "dc=OpenLDAP,dc=org"
directory ./test-repl
#ldbm#index objectclass eq
#bdb#index objectclass eq