]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-schema.conf
Rework libldap to not attempt to set LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
[openldap] / tests / data / slapd-schema.conf
index 297274672b1dcbc48d62b6a0075babe5dea6b75f..380e53579f9befdfb883e4540e3ca19b8b289f6f 100644 (file)
@@ -4,8 +4,6 @@
 #      with indexing
 #
 ucdata-path    ./ucdata
-#include               ./data/slapd.at.conf
-#include               ./data/slapd.oc.conf
 #
 include ./schema/core.schema
 include ./schema/cosine.schema
@@ -15,25 +13,30 @@ include ./schema/java.schema
 include ./schema/inetorgperson.schema
 include ./schema/krb5-kdc.schema
 include ./schema/misc.schema
-include ./schema/nadf.schema
 include ./schema/nis.schema
 include ./schema/openldap.schema
 #
-schemacheck    on
+include ./schema/collective.schema
+#
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
 
+#
+rootdse        ./data/rootdse.ldif
+
 #######################################################################
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
-suffix         "o=University of Michigan, c=US"
+database       @BACKEND@
+suffix         "o=OpenLDAP Project,l=Internet"
 directory      ./test-db
-rootdn         "cn=Manager, o=University of Michigan, c=US"
-rootpw         secret
-index          objectclass     eq
-index          uid     pres,eq,sub
-index          cn,sn   pres,eq,sub,subany
-dbnosync
-dbnolocking
+#ldbm#index            objectClass eq
+#bdb#index             objectClass eq
+
+#database      @BACKEND@
+#suffix                "dc=example,dc=com"
+#directory     ./test-repl
+#index         objectClass eq
+
+#monitor#database monitor