Skip to content
Snippets Groups Projects
Commit a5cf0bf3 authored by Juan Gomez's avatar Juan Gomez
Browse files

Config files that use the NIS related schema.

parent e72b5e5c
No related branches found
No related tags found
No related merge requests found
#
# master slapd config -- for testing
#
include ../schema/others_nis.at.conf
include ../schema/others_nis.oc.conf
include ../schema/nis.at.conf
include ../schema/nis.oc.conf
include ../schema/mail_netscape.at.conf
include ../schema/mail_netscape.oc.conf
schemacheck on
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
backend bdb2
home ./test-db
mpoolsize 21000000
database bdb2
cachesize 4
suffix "o=ACME, c=US"
directory ./test-db
rootdn "cn=Manager, o=ACME, c=US"
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
#
# master slapd config -- for testing
#
include ../schema/others_nis.at.conf
include ../schema/others_nis.oc.conf
include ../schema/nis.at.conf
include ../schema/nis.oc.conf
include ../schema/mail_netscape.at.conf
include ../schema/mail_netscape.oc.conf
schemacheck on
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
cachesize 4
suffix "o=ACME, c=US"
directory ./test-db
rootdn "cn=Manager, o=ACME, c=US"
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment