mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Move BDB2 to Attic
This commit is contained in:
parent
638371ebe7
commit
5290f6f289
@ -1,50 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck off
|
||||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
backend bdb2
|
||||
home ./test-db
|
||||
|
||||
database bdb2
|
||||
cachesize 0
|
||||
suffix "o=University of Michigan, c=US"
|
||||
directory ./test-db
|
||||
rootdn "cn=Manager, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
lastmod on
|
||||
defaultaccess none
|
||||
|
||||
access to attr=objectclass
|
||||
by * read
|
||||
|
||||
access to filter="objectclass=person" attr=userpassword
|
||||
by self write
|
||||
by anonymous auth
|
||||
by * none
|
||||
|
||||
access to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
|
||||
by dn=".*,o=University of Michigan,c=US" read
|
||||
by anonymous auth
|
||||
by * none
|
||||
|
||||
access to attr=member
|
||||
by dnattr=member selfwrite
|
||||
by * read
|
||||
|
||||
access to filter="objectclass=groupofnames"
|
||||
by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
|
||||
by * read
|
||||
|
||||
access to * by * read
|
@ -1,26 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck on
|
||||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
backend bdb2
|
||||
home ./test-db
|
||||
mpoolsize 21000000
|
||||
|
||||
database bdb2
|
||||
suffix "o=University of Michigan, c=US"
|
||||
directory ./test-db
|
||||
rootdn "cn=Manager, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
lastmod on
|
@ -1,42 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
include ../servers/slapd/schema/others_nis.at.conf
|
||||
include ../servers/slapd/schema/others_nis.oc.conf
|
||||
include ../servers/slapd/schema/nis.at.conf
|
||||
include ../servers/slapd/schema/nis.oc.conf
|
||||
include ../servers/slapd/schema/internet_mail.at.conf
|
||||
include ../servers/slapd/schema/internet_mail.oc.conf
|
||||
schemacheck on
|
||||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
backend bdb2
|
||||
home ./test-db
|
||||
mpoolsize 21000000
|
||||
|
||||
database bdb2
|
||||
cachesize 4
|
||||
suffix "o=SGI, c=US"
|
||||
directory ./test-db
|
||||
rootdn "cn=Manager, o=SGI, c=US"
|
||||
rootpw secret
|
||||
index uid pres,eq,approx
|
||||
index gidNumber pres,eq,approx
|
||||
index uidNumber pres,eq,approx
|
||||
index cn pres,eq,approx
|
||||
index memberUid pres,eq,approx
|
||||
index macAddress pres,eq,approx
|
||||
index ipServiceProtocol pres,eq,approx
|
||||
index ipServicePort pres,eq,approx
|
||||
index oncRpcNumber pres,eq,approx
|
||||
index ipHostNumber pres,eq,approx
|
||||
index ipNetworkNumber pres,eq,approx
|
||||
index ipProtocolNumber pres,eq,approx
|
||||
index default none
|
||||
lastmod on
|
@ -1,39 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck off
|
||||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
# password-hash {md5}
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
database ldbm
|
||||
cachesize 0
|
||||
suffix "o=University of Michigan, c=US"
|
||||
directory ./test-db
|
||||
rootdn "cn=Manager, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
lastmod on
|
||||
defaultaccess none
|
||||
|
||||
#
|
||||
# normal installations should protect root dse,
|
||||
# cn=monitor, cn=schema, and cn=config
|
||||
#
|
||||
|
||||
access to attr=userpassword
|
||||
by anonymous auth
|
||||
by self write
|
||||
|
||||
access to *
|
||||
by self write
|
||||
by * read
|
@ -1,29 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# slave slapd config -- for default referral testing
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck off
|
||||
pidfile ./test-repl/slapd.pid
|
||||
argsfile ./test-repl/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
referral "ldap://localhost:9009/"
|
||||
|
||||
backend bdb2
|
||||
home ./test-db
|
||||
|
||||
database bdb2
|
||||
cachesize 0
|
||||
suffix "o=University of Mich, c=US"
|
||||
directory ./test-repl
|
||||
rootdn "cn=Manager, o=University of Mich, c=US"
|
||||
rootpw secret
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
# index default pres,eq,approx
|
||||
lastmod on
|
@ -1,34 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck off
|
||||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
backend bdb2
|
||||
home ./test-db
|
||||
|
||||
database bdb2
|
||||
cachesize 0
|
||||
suffix "o=University of Michigan, c=US"
|
||||
directory ./test-db
|
||||
rootdn "cn=Manager, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
# index default pres,eq,approx
|
||||
lastmod on
|
||||
|
||||
replogfile ./test-db/slapd.replog
|
||||
|
||||
replica host=localhost:9010
|
||||
binddn="cn=Replica, o=University of Michigan, c=US"
|
||||
bindmethod=simple
|
||||
credentials=secret
|
@ -1,31 +0,0 @@
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# master slapd config -- for testing of replication
|
||||
#
|
||||
include ./data/slapd.at.conf
|
||||
include ./data/slapd.oc.conf
|
||||
schemacheck off
|
||||
pidfile ./test-repl/slapd.pid
|
||||
argsfile ./test-repl/slapd.args
|
||||
|
||||
referral "ldap://localhost:9009/"
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
||||
backend bdb2
|
||||
home ./test-repl
|
||||
|
||||
database bdb2
|
||||
cachesize 0
|
||||
suffix "o=University of Michigan, c=US"
|
||||
directory ./test-repl
|
||||
rootdn "cn=Replica, o=University of Michigan, c=US"
|
||||
rootpw secret
|
||||
updatedn "cn=Replica, o=University of Michigan, c=US"
|
||||
updateref "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
|
||||
index cn,sn,uid pres,eq,approx
|
||||
index default none
|
||||
# index default pres,eq,approx
|
||||
lastmod on
|
Loading…
Reference in New Issue
Block a user