]> git.sur5r.net Git - openldap/commitdiff
Move BDB2 to Attic
authorKurt Zeilenga <kurt@openldap.org>
Sat, 17 Jun 2000 17:50:17 +0000 (17:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 17 Jun 2000 17:50:17 +0000 (17:50 +0000)
tests/data/slapd-bdb2-acl.conf [deleted file]
tests/data/slapd-bdb2-master.conf [deleted file]
tests/data/slapd-bdb2-nis-master.conf [deleted file]
tests/data/slapd-bdb2-pw.conf [deleted file]
tests/data/slapd-bdb2-ref-slave.conf [deleted file]
tests/data/slapd-bdb2-repl-master.conf [deleted file]
tests/data/slapd-bdb2-repl-slave.conf [deleted file]

diff --git a/tests/data/slapd-bdb2-acl.conf b/tests/data/slapd-bdb2-acl.conf
deleted file mode 100644 (file)
index 2768f50..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-master.conf b/tests/data/slapd-bdb2-master.conf
deleted file mode 100644 (file)
index 2c2f0da..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-nis-master.conf b/tests/data/slapd-bdb2-nis-master.conf
deleted file mode 100644 (file)
index 3380ca6..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-pw.conf b/tests/data/slapd-bdb2-pw.conf
deleted file mode 100644 (file)
index bc8761f..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-ref-slave.conf b/tests/data/slapd-bdb2-ref-slave.conf
deleted file mode 100644 (file)
index 7a0c819..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-repl-master.conf b/tests/data/slapd-bdb2-repl-master.conf
deleted file mode 100644 (file)
index bf0ddf7..0000000
+++ /dev/null
@@ -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
diff --git a/tests/data/slapd-bdb2-repl-slave.conf b/tests/data/slapd-bdb2-repl-slave.conf
deleted file mode 100644 (file)
index a0554a2..0000000
+++ /dev/null
@@ -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