version 1.1.2.1, 2003/09/18 15:43:41
|
version 1.1.2.2, 2003/11/30 22:20:29
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-master.conf,v 1.3 2003/08/07 14:42:41 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-syncrepl-master.conf,v 1.5 2003/11/10 01:44:26 jongchoi Exp $ |
# |
# |
# master slapd config -- for testing of SYNC replication |
# master slapd config -- for testing of SYNC replication |
# |
# |
Line 9 include ./schema/inetorgperson.schema
|
Line 9 include ./schema/inetorgperson.schema
|
include ./schema/openldap.schema |
include ./schema/openldap.schema |
include ./schema/nis.schema |
include ./schema/nis.schema |
# |
# |
pidfile ./test-db/slapd.pid |
pidfile ./testrun/slapd.1.pid |
argsfile ./test-db/slapd.args |
argsfile ./testrun/slapd.1.args |
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
modulepath ../servers/slapd/back-@BACKEND@/ |
@MODULELOAD@ |
@MODULELOAD@ |
Line 21 modulepath ../servers/slapd/back-@B
|
Line 21 modulepath ../servers/slapd/back-@B
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "o=University of Michigan,c=US" |
suffix "o=University of Michigan,c=US" |
directory ./test-db |
directory ./testrun/db.1.a |
rootdn "cn=Manager,o=University of Michigan,c=US" |
rootdn "cn=Manager,o=University of Michigan,c=US" |
rootpw secret |
rootpw secret |
#ldbm#index objectClass eq |
#ldbm#index objectClass eq |
#ldbm#index cn,sn,uid pres,eq,sub |
#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 |
|
|
|
sessionlog 1 100 |