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