--- tests/data/slapd-ldapgluepeople.conf 2008/02/11 23:24:27 1.5.2.8
+++ tests/data/slapd-ldapgluepeople.conf 2005/01/01 19:50:01 1.6
@@ -3,7 +3,7 @@
kurt Exp $
## This work is part of OpenLDAP Software .
##
-## Copyright 1998-2008 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
@@ -15,13 +15,15 @@
## .
#ucdata-path ./ucdata
-include @SCHEMADIR@/core.schema
-include @SCHEMADIR@/cosine.schema
-include @SCHEMADIR@/inetorgperson.schema
-include @SCHEMADIR@/openldap.schema
-include @SCHEMADIR@/nis.schema
-pidfile @TESTDIR@/slapd.2.pid
-argsfile @TESTDIR@/slapd.2.args
+include ./schema/core.schema
+include ./schema/cosine.schema
+include ./schema/inetorgperson.schema
+include ./schema/openldap.schema
+include ./schema/nis.schema
+pidfile ./testrun/slapd.2.pid
+argsfile ./testrun/slapd.2.args
+
+# password-hash {md5}
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
@@ -40,7 +42,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,o
# cn=monitor, cn=schema, and cn=config
#
-access to attrs=userpassword
+access to attr=userpassword
by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
by self =wx
by anonymous =x
@@ -52,14 +54,10 @@ access to *
# people branch
database @BACKEND@
suffix "ou=People,dc=example,dc=com"
-directory @TESTDIR@/db.2.a
+directory ./testrun/db.2.a
rootdn "cn=Manager,ou=People,dc=example,dc=com"
rootpw secret
-#bdb#index objectClass eq
-#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
+index objectClass eq
+index cn,sn,uid pres,eq,sub
-#monitor#database monitor
+#monitor#database monitor