version 1.4, 2003/11/28 19:00:23
|
version 1.9.2.1, 2005/01/20 18:04:06
|
Line 1
|
Line 1
|
# master slapd config -- for proxy cache testing |
# master slapd config -- for proxy cache testing |
# $OpenLDAP$ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-cache-master.conf,v 1.2.2.4 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 13
|
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>. |
|
|
ucdata-path ./ucdata |
|
include ./schema/core.schema |
include ./schema/core.schema |
include ./schema/cosine.schema |
include ./schema/cosine.schema |
include ./schema/inetorgperson.schema |
include ./schema/inetorgperson.schema |
Line 23 include ./schema/nis.schema
|
Line 23 include ./schema/nis.schema
|
pidfile ./testrun/slapd.1.pid |
pidfile ./testrun/slapd.1.pid |
argsfile ./testrun/slapd.1.args |
argsfile ./testrun/slapd.1.args |
|
|
modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
@MODULELOAD@ |
#mod#moduleload back_@BACKEND@.la |
|
#monitormod#modulepath ../servers/slapd/back-monitor/ |
|
#monitormod#moduleload back_monitor.la |
|
|
####################################################################### |
####################################################################### |
# database definitions |
# database definitions |
####################################################################### |
####################################################################### |
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "o=University of Michigan,c=US" |
suffix "dc=example,dc=com" |
directory ./testrun/db.1.a |
directory ./testrun/db.1.a |
rootdn "cn=Manager,o=University of Michigan,c=US" |
rootdn "cn=Manager,dc=example,dc=com" |
rootpw secret |
rootpw secret |
index objectClass eq |
index objectClass eq |
index cn,sn,uid pres,eq,sub |
index cn,sn,uid pres,eq,sub |
|
|
|
#monitor#database monitor |