2003-05-09 14:50:44 +08:00
|
|
|
# $OpenLDAP$
|
|
|
|
#
|
|
|
|
# master slapd config -- for testing of SYNC replication
|
|
|
|
#
|
|
|
|
ucdata-path ./ucdata
|
|
|
|
include ./schema/core.schema
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
include ./schema/inetorgperson.schema
|
|
|
|
include ./schema/openldap.schema
|
2003-08-08 00:42:40 +08:00
|
|
|
include ./schema/nis.schema
|
2003-05-09 14:50:44 +08:00
|
|
|
#
|
2003-10-22 13:14:08 +08:00
|
|
|
pidfile ./testrun/slapd.1.pid
|
|
|
|
argsfile ./testrun/slapd.1.args
|
2003-05-09 14:50:44 +08:00
|
|
|
|
|
|
|
modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
@MODULELOAD@
|
|
|
|
|
|
|
|
#######################################################################
|
2003-07-15 08:22:55 +08:00
|
|
|
# master database definitions
|
2003-05-09 14:50:44 +08:00
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database @BACKEND@
|
|
|
|
suffix "o=University of Michigan,c=US"
|
2003-10-22 13:14:08 +08:00
|
|
|
directory ./testrun/db.1.a
|
2003-05-09 14:50:44 +08:00
|
|
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
|
|
|
rootpw secret
|
|
|
|
#ldbm#index objectClass eq
|
|
|
|
#ldbm#index cn,sn,uid pres,eq,sub
|
|
|
|
#bdb#index objectClass eq
|
|
|
|
#bdb#index cn,sn,uid pres,eq,sub
|
2003-11-10 10:44:25 +08:00
|
|
|
|
|
|
|
sessionlog 1 100
|