2003-11-29 04:00:23 +08:00
|
|
|
# master slapd config -- for testing (needs updating)
|
2008-02-12 06:47:32 +08:00
|
|
|
# $OpenLDAP$
|
2003-11-29 04:00:23 +08:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2009-01-22 08:40:04 +08:00
|
|
|
## Copyright 1998-2009 The OpenLDAP Foundation.
|
2003-11-29 04:00:23 +08:00
|
|
|
## All rights reserved.
|
|
|
|
##
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
|
|
|
##
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
|
2005-09-29 07:38:15 +08:00
|
|
|
include @SCHEMADIR@/others_nis.at.conf
|
|
|
|
include @SCHEMADIR@/others_nis.oc.conf
|
|
|
|
include @SCHEMADIR@/nis.at.conf
|
|
|
|
include @SCHEMADIR@/nis.oc.conf
|
|
|
|
include @SCHEMADIR@/internet_mail.at.conf
|
|
|
|
include @SCHEMADIR@/internet_mail.oc.conf
|
|
|
|
pidfile @TESTDIR@/slapd.pid
|
|
|
|
argsfile @TESTDIR@/slapd.args
|
1999-05-12 09:03:51 +08:00
|
|
|
|
2003-12-04 19:15:07 +08:00
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
#mod#moduleload back_@BACKEND@.la
|
2004-07-27 04:26:52 +08:00
|
|
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
|
|
|
#monitormod#moduleload back_monitor.la
|
2003-04-30 11:04:18 +08:00
|
|
|
|
1999-05-12 09:03:51 +08:00
|
|
|
#######################################################################
|
2004-10-05 06:02:31 +08:00
|
|
|
# database definitions
|
1999-05-12 09:03:51 +08:00
|
|
|
#######################################################################
|
|
|
|
|
2007-09-02 01:33:07 +08:00
|
|
|
database bdb
|
1999-05-12 09:03:51 +08:00
|
|
|
cachesize 4
|
1999-06-10 09:25:55 +08:00
|
|
|
suffix "o=SGI, c=US"
|
2005-09-29 07:38:15 +08:00
|
|
|
directory @TESTDIR@
|
1999-06-10 09:25:55 +08:00
|
|
|
rootdn "cn=Manager, o=SGI, c=US"
|
1999-05-12 09:03:51 +08:00
|
|
|
rootpw secret
|
2000-07-26 09:06:27 +08:00
|
|
|
index objectClass eq
|
1999-05-12 09:03:51 +08:00
|
|
|
index uid pres,eq,approx
|
|
|
|
index gidNumber pres,eq,approx
|
|
|
|
index uidNumber pres,eq,approx
|
|
|
|
index cn pres,eq,approx
|
|
|
|
index memberUid pres,eq,approx
|
|
|
|
index macAddress pres,eq,approx
|
|
|
|
index ipServiceProtocol pres,eq,approx
|
|
|
|
index ipServicePort pres,eq,approx
|
|
|
|
index oncRpcNumber pres,eq,approx
|
|
|
|
index ipHostNumber pres,eq,approx
|
|
|
|
index ipNetworkNumber pres,eq,approx
|
|
|
|
index ipProtocolNumber pres,eq,approx
|
|
|
|
index default none
|
2004-07-27 04:26:52 +08:00
|
|
|
|
|
|
|
#monitor#database monitor
|