mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
ITS#5810 support back-null
This commit is contained in:
parent
70cfb06727
commit
e0124c5e15
51 changed files with 75 additions and 62 deletions
|
|
@ -38,7 +38,7 @@ database @BACKEND@
|
|||
suffix "ou=Special,dc=example,dc=com"
|
||||
subordinate
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
|
||||
# Indices to maintain
|
||||
#bdb#index default pres,eq
|
||||
|
|
@ -52,7 +52,8 @@ database @BACKEND@
|
|||
suffix "dc=example,dc=com"
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
directory @TESTDIR@/db.1.a
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
|
||||
# Indices to maintain
|
||||
#bdb#index default pres,eq
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "cn=Everyone,ou=Groups,dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
subordinate
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
@ -43,9 +43,9 @@ subordinate
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.b
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.b
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ access to dn="cn=Subschema"
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ access to *
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -51,9 +51,10 @@ chain-idassert-bind bindmethod=simple
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ moduleload @DATADIR@/comp_libs/compmatch.la
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ include @SCHEMADIR@/core.schema
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=undo"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,o=undo"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryExpireTimestamp eq
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "cn=log"
|
||||
directory @TESTDIR@/db.1.b
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.1.b
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
#hdb#index objectClass eq
|
||||
|
|
@ -53,9 +53,9 @@ syncprov-nopresent true
|
|||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -44,9 +44,10 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ access to dn.exact="cn=Subschema"
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
@ -65,9 +65,9 @@ access to dn.subtree="dc=example,dc=com"
|
|||
|
||||
database @BACKEND@
|
||||
suffix ""
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,c=US"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
database @BACKEND@
|
||||
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager 1,dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -52,8 +52,8 @@ overlay syncprov
|
|||
database @BACKEND@
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.1.b
|
||||
rootdn "cn=Manager 1,dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.1.b
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -83,9 +83,9 @@ updateref @URI2@
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.c
|
||||
rootdn "cn=Manager 1,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.c
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
database @BACKEND@
|
||||
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager 2,dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -66,8 +66,8 @@ updateref @URI1@
|
|||
database @BACKEND@
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.2.b
|
||||
rootdn "cn=Manager 2,dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.2.b
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -85,9 +85,9 @@ overlay syncprov
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.c
|
||||
rootdn "cn=Manager 2,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.c
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
database @BACKEND@
|
||||
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager, dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -47,8 +47,8 @@ rootdn "cn=Manager, dc=example,dc=com"
|
|||
database @BACKEND@
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
subordinate
|
||||
directory @TESTDIR@/db.1.b
|
||||
rootdn "cn=Manager, dc=example,dc=com"
|
||||
#~null~#directory @TESTDIR@/db.1.b
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
@ -60,9 +60,9 @@ rootdn "cn=Manager, dc=example,dc=com"
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.c
|
||||
rootdn "cn=Manager, dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.c
|
||||
#bdb#index objectclass eq
|
||||
#bdb#index uid pres,eq,sub
|
||||
#bdb#index cn,sn pres,eq,sub,subany
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ access to *
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
@ -77,9 +77,9 @@ access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=it"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,dc=example,dc=it"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@ uri "@URI2@"
|
|||
# root
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ access to *
|
|||
# people branch
|
||||
database @BACKEND@
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
directory @TESTDIR@/db.3.a
|
||||
rootdn "cn=Manager,ou=Groups,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.3.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -51,9 +51,10 @@ access to *
|
|||
# people branch
|
||||
database @BACKEND@
|
||||
suffix "ou=People,dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,ou=People,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,10 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
|
||||
# Need quality indices on "uid" to check "unchecked" limits...
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index uid eq
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1
|
||||
|
|
|
|||
|
|
@ -38,9 +38,10 @@ sockbuf_max_incoming 4194303
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -43,9 +43,10 @@ idletimeout 5
|
|||
|
||||
database @BACKEND@
|
||||
suffix "ou=Meta,dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,ou=Meta,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ include @SCHEMADIR@/ppolicy.schema
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ pcachebind (&(objectclass=person)(uid=)) 1 @BTTR@ sub "ou=Alumni Association,ou
|
|||
#bdb#cachesize 20
|
||||
#hdb#cachesize 20
|
||||
|
||||
directory @TESTDIR@/db.2.a
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid,mail pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,10 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ database @BACKEND@
|
|||
#hdb#cachesize 0
|
||||
|
||||
suffix "o=University of Mich,c=US"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,o=University of Mich,c=US"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@ argsfile @TESTDIR@/slapd.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "c=us"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,c=us"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=refint"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,o=refint"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -41,9 +41,10 @@ argsfile @TESTDIR@/slapd.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1
|
||||
|
|
|
|||
|
|
@ -50,13 +50,14 @@ access to *
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
# HACK: use the RootDN of the monitor database as UpdateDN so ACLs apply
|
||||
# without the need to write the UpdateDN before starting replication
|
||||
updatedn "cn=Monitor"
|
||||
updateref @URI1@
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID pres,eq
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ rootdse @DATADIR@/rootdse.ldif
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=OpenLDAP Project,l=Internet"
|
||||
directory @TESTDIR@/db.1.a
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ndb#dbname db_1_a
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -44,9 +44,10 @@ argsfile @TESTDIR@/slapd.4.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.4.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.4.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ argsfile @TESTDIR@/slapd.5.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.5.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.5.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ argsfile @TESTDIR@/slapd.6.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.6.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.6.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ argsfile @TESTDIR@/slapd.3.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.3.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.3.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#index entryUUID,entryCSN eq
|
||||
|
|
|
|||
|
|
@ -41,9 +41,10 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=translucent"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "o=translucent"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -36,9 +36,10 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=translucent"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "o=translucent"
|
||||
rootpw secret
|
||||
#null#bind on
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=unique"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,o=unique"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ access to *
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "o=valsort"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,o=valsort"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@ access to *
|
|||
database @BACKEND@
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ sockbuf_max_incoming 4194303
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#bdb#checkpoint 1024 5
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
rootpw secret
|
||||
#~null~#directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
|
|
|
|||
Loading…
Reference in a new issue