version 1.15, 2004/07/26 18:26:52
|
version 1.15.2.3, 2005/09/29 19:07:59
|
Line 3
|
Line 3
|
2003/12/15 22:05:29 kurt Exp $ |
2003/12/15 22:05:29 kurt Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2003 The OpenLDAP Foundation. |
## Copyright 1998-2005 The OpenLDAP Foundation. |
## All rights reserved. |
## All rights reserved. |
## |
## |
## Redistribution and use in source and binary forms, with or without |
## Redistribution and use in source and binary forms, with or without |
Line 14
|
Line 14
|
## top-level directory of the distribution or, alternatively, at |
## top-level directory of the distribution or, alternatively, at |
## <http://www.OpenLDAP.org/license.html>. |
## <http://www.OpenLDAP.org/license.html>. |
|
|
include ./schema/core.schema |
include @SCHEMADIR@/core.schema |
include ./schema/cosine.schema |
include @SCHEMADIR@/cosine.schema |
include ./schema/inetorgperson.schema |
include @SCHEMADIR@/inetorgperson.schema |
include ./schema/openldap.schema |
include @SCHEMADIR@/openldap.schema |
include ./schema/nis.schema |
include @SCHEMADIR@/nis.schema |
# |
# |
pidfile ./testrun/slapd.3.pid |
pidfile @TESTDIR@/slapd.3.pid |
argsfile ./testrun/slapd.3.args |
argsfile @TESTDIR@/slapd.3.args |
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#moduleload back_@BACKEND@.la |
#mod#moduleload back_@BACKEND@.la |
Line 34 argsfile ./testrun/slapd.3.args
|
Line 34 argsfile ./testrun/slapd.3.args
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "dc=example,dc=com" |
suffix "dc=example,dc=com" |
directory ./testrun/db.3.a |
directory @TESTDIR@/db.3.a |
rootdn "cn=Replica,dc=example,dc=com" |
rootdn "cn=Replica,dc=example,dc=com" |
rootpw secret |
rootpw secret |
#ldbm#index objectClass eq |
|
#ldbm#index cn,sn,uid pres,eq,sub |
|
#bdb#index objectClass eq |
#bdb#index objectClass eq |
#bdb#index cn,sn,uid pres,eq,sub |
#bdb#index cn,sn,uid pres,eq,sub |
|
#bdb#index entryUUID,entryCSN eq |
|
#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 |
# Don't change syncrepl spec yet |
syncrepl rid=1 |
syncrepl rid=1 |
provider=@URI2@ |
provider=@URI2@ |
updatedn="cn=Replica,dc=example,dc=com" |
binddn="cn=Replica,dc=example,dc=com" |
binddn="cn=Replica,dc=example,dc=com" |
bindmethod=simple |
bindmethod=simple |
credentials=secret |
credentials=secret |
searchbase="dc=example,dc=com" |
searchbase="dc=example,dc=com" |
filter="(objectClass=*)" |
filter="(objectClass=*)" |
attrs="*" |
attrs="*" |
schemachecking=off |
schemachecking=off |
scope=sub |
scope=sub |
type=refreshOnly |
type=refreshOnly |
interval=00:00:00:10 |
interval=00:00:00:10 |
|
|
|
#monitor#database monitor |
#monitor#database monitor |