1# provider slapd config -- for testing (needs updating)
2# $OpenLDAP$
3## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4##
5## Copyright 1998-2021 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
28#######################################################################
29# database definitions
30#######################################################################
31
32database	bdb
33cachesize	4
34suffix		"o=SGI, c=US"
35directory	@TESTDIR@
36rootdn		"cn=Manager, o=SGI, c=US"
37rootpw		secret
38index		objectClass	eq
39index		uid			pres,eq,approx
40index		gidNumber		pres,eq,approx
41index		uidNumber		pres,eq,approx
42index		cn			pres,eq,approx
43index		memberUid		pres,eq,approx
44index		macAddress		pres,eq,approx
45index		ipServiceProtocol	pres,eq,approx
46index		ipServicePort		pres,eq,approx
47index		oncRpcNumber		pres,eq,approx
48index		ipHostNumber		pres,eq,approx
49index		ipNetworkNumber		pres,eq,approx
50index		ipProtocolNumber	pres,eq,approx
51index		default		none
52
53database monitor
54