1999-05-12 09:03:51 +08:00
|
|
|
#
|
|
|
|
# master slapd config -- for testing
|
|
|
|
#
|
1999-05-27 07:18:50 +08:00
|
|
|
include ../servers/slapd/schema/others_nis.at.conf
|
|
|
|
include ../servers/slapd/schema/others_nis.oc.conf
|
|
|
|
include ../servers/slapd/schema/nis.at.conf
|
|
|
|
include ../servers/slapd/schema/nis.oc.conf
|
|
|
|
include ../servers/slapd/schema/internet_mail.at.conf
|
|
|
|
include ../servers/slapd/schema/internet_mail.oc.conf
|
1999-05-12 09:03:51 +08:00
|
|
|
schemacheck on
|
|
|
|
pidfile ./test-db/slapd.pid
|
|
|
|
argsfile ./test-db/slapd.args
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
lastmod on
|