1# master slapd config -- for testing (needs updating)
2# $OpenLDAP$
3## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4##
5## Copyright 1998-2011 The OpenLDAP Foundation.
6## All rights reserved.
7##
8## Redistribution and use in source and binary forms, with or without
9## modification, are permitted only as authorized by the OpenLDAP
10## Public License.
11##
12## A copy of this license is available in the file LICENSE in the
13## top-level directory of the distribution or, alternatively, at
14## <http://www.OpenLDAP.org/license.html>.
15
16include		@SCHEMADIR@/others_nis.at.conf
17include		@SCHEMADIR@/others_nis.oc.conf
18include		@SCHEMADIR@/nis.at.conf
19include		@SCHEMADIR@/nis.oc.conf
20include		@SCHEMADIR@/internet_mail.at.conf
21include		@SCHEMADIR@/internet_mail.oc.conf
22pidfile		@TESTDIR@/slapd.pid
23argsfile	@TESTDIR@/slapd.args
24
25#mod#modulepath	../servers/slapd/back-@BACKEND@/
26#mod#moduleload	back_@BACKEND@.la
27#monitormod#modulepath ../servers/slapd/back-monitor/
28#monitormod#moduleload back_monitor.la
29
30#######################################################################
31# database definitions
32#######################################################################
33
34database	bdb
35cachesize	4
36suffix		"o=SGI, c=US"
37directory	@TESTDIR@
38rootdn		"cn=Manager, o=SGI, c=US"
39rootpw		secret
40index		objectClass	eq
41index		uid			pres,eq,approx
42index		gidNumber		pres,eq,approx
43index		uidNumber		pres,eq,approx
44index		cn			pres,eq,approx
45index		memberUid		pres,eq,approx
46index		macAddress		pres,eq,approx
47index		ipServiceProtocol	pres,eq,approx
48index		ipServicePort		pres,eq,approx
49index		oncRpcNumber		pres,eq,approx
50index		ipHostNumber		pres,eq,approx
51index		ipNetworkNumber		pres,eq,approx
52index		ipProtocolNumber	pres,eq,approx
53index		default		none
54
55#monitor#database monitor
56