]> git.sur5r.net Git - openldap/blob - tests/data/slapd-nis-master.conf
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / data / slapd-nis-master.conf
1 # $OpenLDAP$
2 #
3 # master slapd config -- for testing
4 # needs updating
5 #
6 ucdata-path     ./ucdata
7 include         ./schema/others_nis.at.conf
8 include         ./schema/others_nis.oc.conf
9 include         ./schema/nis.at.conf
10 include         ./schema/nis.oc.conf
11 include         ./schema/internet_mail.at.conf
12 include         ./schema/internet_mail.oc.conf
13 pidfile     ./test-db/slapd.pid
14 argsfile    ./test-db/slapd.args
15
16 modulepath      ../servers/slapd/back-@BACKEND@/
17 @MODULELOAD@
18
19 #######################################################################
20 # ldbm database definitions
21 #######################################################################
22
23 database        ldbm
24 cachesize       4
25 suffix          "o=SGI, c=US"
26 directory       ./test-db
27 rootdn          "cn=Manager, o=SGI, c=US"
28 rootpw          secret
29 index           objectClass     eq
30 index           uid                     pres,eq,approx
31 index           gidNumber               pres,eq,approx
32 index           uidNumber               pres,eq,approx
33 index           cn                      pres,eq,approx
34 index           memberUid               pres,eq,approx
35 index           macAddress              pres,eq,approx
36 index           ipServiceProtocol       pres,eq,approx
37 index           ipServicePort           pres,eq,approx
38 index           oncRpcNumber            pres,eq,approx
39 index           ipHostNumber            pres,eq,approx
40 index           ipNetworkNumber         pres,eq,approx
41 index           ipProtocolNumber        pres,eq,approx
42 index           default         none