]> git.sur5r.net Git - openldap/blob - tests/data/slapd-nis-master.conf
Add '=' to printableString to be consistent with ASN.1 description
[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 schemacheck     on
14 pidfile     ./test-db/slapd.pid
15 argsfile    ./test-db/slapd.args
16
17 #######################################################################
18 # ldbm database definitions
19 #######################################################################
20
21 database        ldbm
22 cachesize       4
23 suffix          "o=SGI, c=US"
24 directory       ./test-db
25 rootdn          "cn=Manager, o=SGI, c=US"
26 rootpw          secret
27 index           objectClass     eq
28 index           uid                     pres,eq,approx
29 index           gidNumber               pres,eq,approx
30 index           uidNumber               pres,eq,approx
31 index           cn                      pres,eq,approx
32 index           memberUid               pres,eq,approx
33 index           macAddress              pres,eq,approx
34 index           ipServiceProtocol       pres,eq,approx
35 index           ipServicePort           pres,eq,approx
36 index           oncRpcNumber            pres,eq,approx
37 index           ipHostNumber            pres,eq,approx
38 index           ipNetworkNumber         pres,eq,approx
39 index           ipProtocolNumber        pres,eq,approx
40 index           default         none
41 lastmod         on