2003-11-28 15:00:23 -05:00
|
|
|
# master slapd config -- for testing (needs updating)
|
1999-09-08 18:52:19 -04:00
|
|
|
# $OpenLDAP$
|
2003-11-28 15:00:23 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2004-01-01 14:15:16 -05:00
|
|
|
## Copyright 1998-2004 The OpenLDAP Foundation.
|
2003-11-28 15:00:23 -05: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>.
|
|
|
|
|
|
2000-09-03 19:48:35 -04:00
|
|
|
ucdata-path ./ucdata
|
2000-09-15 14:44:38 -04:00
|
|
|
include ./schema/others_nis.at.conf
|
|
|
|
|
include ./schema/others_nis.oc.conf
|
|
|
|
|
include ./schema/nis.at.conf
|
|
|
|
|
include ./schema/nis.oc.conf
|
|
|
|
|
include ./schema/internet_mail.at.conf
|
|
|
|
|
include ./schema/internet_mail.oc.conf
|
1999-05-11 21:03:51 -04:00
|
|
|
pidfile ./test-db/slapd.pid
|
|
|
|
|
argsfile ./test-db/slapd.args
|
|
|
|
|
|
2003-12-04 06:15:07 -05:00
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
|
#mod#moduleload back_@BACKEND@.la
|
2003-04-29 23:04:18 -04:00
|
|
|
|
1999-05-11 21:03:51 -04:00
|
|
|
#######################################################################
|
|
|
|
|
# ldbm database definitions
|
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
|
|
database ldbm
|
|
|
|
|
cachesize 4
|
1999-06-09 21:25:55 -04:00
|
|
|
suffix "o=SGI, c=US"
|
1999-05-11 21:03:51 -04:00
|
|
|
directory ./test-db
|
1999-06-09 21:25:55 -04:00
|
|
|
rootdn "cn=Manager, o=SGI, c=US"
|
1999-05-11 21:03:51 -04:00
|
|
|
rootpw secret
|
2000-07-25 21:06:27 -04:00
|
|
|
index objectClass eq
|
1999-05-11 21:03:51 -04: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
|