mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Removed all references to ldbm from test data and man pages. Only slapd-ldbm.5 left.
This commit is contained in:
parent
087a662f9e
commit
aa411f1bd1
48 changed files with 141 additions and 145 deletions
|
|
@ -1052,7 +1052,6 @@ should be one of
|
|||
.BR dnssrv ,
|
||||
.BR hdb ,
|
||||
.BR ldap ,
|
||||
.BR ldbm ,
|
||||
.BR ldif ,
|
||||
.BR meta ,
|
||||
.BR monitor ,
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ memory on startup, and maintained in memory thereafter. Checkpoints may be
|
|||
configured to write the contextCSN into the underlying database to minimize
|
||||
recovery time after an unclean shutdown.
|
||||
|
||||
Note that due to deadlock constraints in the LDBM database, this overlay
|
||||
will only work in RefreshOnly mode, and cannot perform checkpoints, on LDBM.
|
||||
|
||||
On databases that support inequality indexing, it is helpful to set an
|
||||
eq index on the entryCSN attribute when using this overlay.
|
||||
.SH CONFIGURATION
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
access to dn.subtree="dc=example,dc=com"
|
||||
by dynacl/aci write
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ access to *
|
|||
#######################################################################
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -51,8 +51,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#access to attrs=objectclass dn.subtree="dc=example,dc=com"
|
||||
access to attrs=objectclass
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ chain-idassert-bind bindmethod=simple
|
|||
#
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -59,7 +59,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ argsfile @TESTDIR@/slapd.2.args
|
|||
#
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -48,8 +48,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#
|
||||
# uses the chain overlay as database specific;
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ rootdn "cn=Manager,dc=example,dc=com"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryExpireTimestamp eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index entryExpireTimestamp eq
|
||||
|
||||
|
||||
|
||||
|
||||
overlay dds
|
||||
dds-max-ttl 1d
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ rootdn "cn=Manager,dc=example,dc=com"
|
|||
#bdb#index entryUUID,entryCSN eq
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index entryUUID,entryCSN eq
|
||||
|
||||
|
||||
|
||||
overlay syncprov
|
||||
syncprov-reloadhint true
|
||||
|
|
@ -63,8 +63,8 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
access to *
|
||||
by users write
|
||||
by * read
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay dynlist
|
||||
### DO NOT ADD ANY DIRECTIVE BELOW THIS; TEST APPENDS STUFF ###
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
access to attrs=userPassword
|
||||
by dn.exact="cn=Manager,c=US" write
|
||||
|
|
@ -72,8 +72,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
access to attrs=userPassword
|
||||
by self =wx
|
||||
|
|
|
|||
|
|
@ -45,11 +45,11 @@ rootdn "cn=Manager 1,dc=example,dc=com"
|
|||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#hdb#index entryUUID,entryCSN pres
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
overlay syncprov
|
||||
|
||||
database @BACKEND@
|
||||
|
|
@ -65,11 +65,11 @@ rootdn "cn=Manager 1,dc=example,dc=com"
|
|||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#hdb#index entryUUID,entryCSN pres
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
syncrepl rid=1
|
||||
provider=@URI2@
|
||||
binddn="cn=Manager 2,dc=example,dc=com"
|
||||
|
|
@ -97,11 +97,11 @@ rootpw secret
|
|||
#hdb#index objectclass eq
|
||||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#overlay syncprov
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -45,11 +45,11 @@ rootdn "cn=Manager 2,dc=example,dc=com"
|
|||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#hdb#index entryUUID,entryCSN pres
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
syncrepl rid=2
|
||||
provider=@URI1@
|
||||
binddn="cn=Manager 1,dc=example,dc=com"
|
||||
|
|
@ -78,11 +78,11 @@ rootdn "cn=Manager 2,dc=example,dc=com"
|
|||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#hdb#index entryUUID,entryCSN pres
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
overlay syncprov
|
||||
|
||||
|
||||
|
|
@ -97,11 +97,11 @@ rootpw secret
|
|||
#hdb#index objectclass eq
|
||||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#overlay syncprov
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -42,11 +42,11 @@ rootdn "cn=Manager, dc=example,dc=com"
|
|||
#hdb#index objectclass eq
|
||||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
database @BACKEND@
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
|
|
@ -59,11 +59,11 @@ rootdn "cn=Manager, dc=example,dc=com"
|
|||
#hdb#index objectclass eq
|
||||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
|
|
@ -76,10 +76,10 @@ rootpw secret
|
|||
#hdb#index objectclass eq
|
||||
#hdb#index uid pres,eq,sub
|
||||
#hdb#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#index objectclass eq
|
||||
#ldbm#index uid pres,eq,sub
|
||||
#ldbm#index cn,sn pres,eq,sub,subany
|
||||
#ldbm#dbnosync
|
||||
#ldbm#dbnolocking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ access to *
|
|||
by * search
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -67,8 +67,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
|
||||
attrs=authzTo
|
||||
|
|
@ -76,7 +76,7 @@ access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
|
|||
by * =x
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=it"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,dc=example,dc=it"
|
||||
|
|
@ -85,8 +85,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
database ldap
|
||||
suffix "o=Example,c=US"
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ rootpw secret
|
|||
#bdb#index uid eq
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index uid eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index uid eq
|
||||
|
||||
|
||||
|
||||
# Need extra limits for pagedResults on backends that support it...
|
||||
#bdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ rootdn "cn=Manager,dc=example,dc=com"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -48,6 +48,6 @@ rootdn "cn=Manager,ou=Meta,dc=example,dc=com"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ rootdn "cn=Manager,dc=example,dc=com"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
overlay ppolicy
|
||||
ppolicy_default "cn=Standard Policy,ou=Policies,dc=example,dc=com"
|
||||
ppolicy_use_lockout
|
||||
|
|
|
|||
|
|
@ -52,13 +52,13 @@ proxytemplate (mail=) 0 @CACHETTL@
|
|||
|
||||
#bdb#cachesize 20
|
||||
#hdb#cachesize 20
|
||||
#ldbm#cachesize 20
|
||||
|
||||
directory @TESTDIR@/db.2.a
|
||||
#bdb#index objectClass eq
|
||||
#bdb#index cn,sn,uid,mail pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid,mail pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid,mail pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
#######################################################################
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -41,8 +41,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#
|
||||
# normal installations should protect root dse,
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ referral "@URI1@"
|
|||
database @BACKEND@
|
||||
#bdb#cachesize 0
|
||||
#hdb#cachesize 0
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "o=University of Mich,c=US"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Manager,o=University of Mich,c=US"
|
||||
|
|
@ -46,7 +46,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ rootdn "cn=Manager,c=us"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay refint
|
||||
refint_attributes manager secretary member
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ rootdn "cn=Manager,dc=example,dc=com"
|
|||
rootpw secret
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
database @RELAY@
|
||||
suffix "o=Example,c=US"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ access to *
|
|||
by * read
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.2.a
|
||||
rootdn "cn=Replica,dc=example,dc=com"
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay retcode
|
||||
retcode-parent "ou=RetCodes,dc=example,dc=com"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ suffix "o=OpenLDAP Project,l=Internet"
|
|||
directory @TESTDIR@/db.1.a
|
||||
#bdb#index objectClass eq
|
||||
#hdb#index objectClass eq
|
||||
#ldbm#index objectClass eq
|
||||
|
||||
|
||||
#database @BACKEND@
|
||||
#suffix "dc=example,dc=com"
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay syncprov
|
||||
#syncprov-sessionlog 100
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay syncprov
|
||||
syncprov-sessionlog 100
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index entryUUID eq
|
||||
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ rootpw secret
|
|||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index entryUUID,entryCSN eq
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index entryUUID eq
|
||||
|
||||
|
||||
|
||||
|
||||
# Don't change syncrepl spec yet
|
||||
syncrepl rid=1
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay translucent
|
||||
translucent_no_glue
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay unique
|
||||
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
overlay valsort
|
||||
valsort-attr sn ou=users,o=valsort alpha-ascend
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ access to *
|
|||
by * read
|
||||
|
||||
database @BACKEND@
|
||||
#ldbm#cachesize 0
|
||||
|
||||
suffix "dc=example,dc=com"
|
||||
directory @TESTDIR@/db.1.a
|
||||
rootdn "cn=Manager,dc=example,dc=com"
|
||||
|
|
@ -61,7 +61,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ rootpw secret
|
|||
#bdb#index cn,sn,uid pres,eq,sub
|
||||
#hdb#index objectClass eq
|
||||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ldbm#index objectClass eq
|
||||
#ldbm#index cn,sn,uid pres,eq,sub
|
||||
|
||||
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
Loading…
Reference in a new issue