2003-11-29 04:00:23 +08:00
|
|
|
# master slapd config -- for testing (needs updating)
|
2004-04-22 06:14:01 +08:00
|
|
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-nis-master.conf,v 1.10.2.2 2003/12/15 2
|
|
|
|
2:05:29 kurt Exp $
|
2003-11-29 04:00:23 +08:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2005-01-02 04:49:32 +08:00
|
|
|
## Copyright 1998-2005 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>.
|
|
|
|
|
2000-09-16 02:44:38 +08: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-12 09:03:51 +08:00
|
|
|
pidfile ./test-db/slapd.pid
|
|
|
|
argsfile ./test-db/slapd.args
|
|
|
|
|
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
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database ldbm
|
|
|
|
cachesize 4
|
1999-06-10 09:25:55 +08:00
|
|
|
suffix "o=SGI, c=US"
|
1999-05-12 09:03:51 +08:00
|
|
|
directory ./test-db
|
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
|