]> git.sur5r.net Git - openldap/blob - tests/data/slapd-nis-master.conf
fc624be89fd76cd830ecc6d0b86e1e8e164f9a75
[openldap] / tests / data / slapd-nis-master.conf
1 # master slapd config -- for testing (needs updating)
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2003 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15
16 ucdata-path     ./ucdata
17 include         ./schema/others_nis.at.conf
18 include         ./schema/others_nis.oc.conf
19 include         ./schema/nis.at.conf
20 include         ./schema/nis.oc.conf
21 include         ./schema/internet_mail.at.conf
22 include         ./schema/internet_mail.oc.conf
23 pidfile     ./test-db/slapd.pid
24 argsfile    ./test-db/slapd.args
25
26 #mod#modulepath ../servers/slapd/back-@BACKEND@/
27 #mod#moduleload back_@BACKEND@.la
28
29 #######################################################################
30 # ldbm database definitions
31 #######################################################################
32
33 database        ldbm
34 cachesize       4
35 suffix          "o=SGI, c=US"
36 directory       ./test-db
37 rootdn          "cn=Manager, o=SGI, c=US"
38 rootpw          secret
39 index           objectClass     eq
40 index           uid                     pres,eq,approx
41 index           gidNumber               pres,eq,approx
42 index           uidNumber               pres,eq,approx
43 index           cn                      pres,eq,approx
44 index           memberUid               pres,eq,approx
45 index           macAddress              pres,eq,approx
46 index           ipServiceProtocol       pres,eq,approx
47 index           ipServicePort           pres,eq,approx
48 index           oncRpcNumber            pres,eq,approx
49 index           ipHostNumber            pres,eq,approx
50 index           ipNetworkNumber         pres,eq,approx
51 index           ipProtocolNumber        pres,eq,approx
52 index           default         none