]> git.sur5r.net Git - openldap/blob - tests/data/slapd-nis-master.conf
dc56ac87e187cf44cb742b596e11b13590fec932
[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 #######################################################################
17 # ldbm database definitions
18 #######################################################################
19
20 database        ldbm
21 cachesize       4
22 suffix          "o=SGI, c=US"
23 directory       ./test-db
24 rootdn          "cn=Manager, o=SGI, c=US"
25 rootpw          secret
26 index           objectClass     eq
27 index           uid                     pres,eq,approx
28 index           gidNumber               pres,eq,approx
29 index           uidNumber               pres,eq,approx
30 index           cn                      pres,eq,approx
31 index           memberUid               pres,eq,approx
32 index           macAddress              pres,eq,approx
33 index           ipServiceProtocol       pres,eq,approx
34 index           ipServicePort           pres,eq,approx
35 index           oncRpcNumber            pres,eq,approx
36 index           ipHostNumber            pres,eq,approx
37 index           ipNetworkNumber         pres,eq,approx
38 index           ipProtocolNumber        pres,eq,approx
39 index           default         none