1SLAPD-NULL(5) File Formats Manual SLAPD-NULL(5)
2
3
4
6 slapd-null - Null backend to slapd
7
9 /etc/openldap/slapd.conf
10
12 The Null backend to slapd(8) is surely the most useful part of slapd:
13 - Searches return success but no entries.
14 - Compares return compareFalse.
15 - Updates return success (unless readonly is on) but do nothing.
16 - Binds fail unless the database option "bind on" is given.
17 - The slapadd(8) and slapcat(8) tools are equally exciting.
18 Inspired by the /dev/null device.
19
21 This slapd.conf option applies to the NULL backend database. That is,
22 it must follow a "database null" line and come before any subsequent
23 "database" lines. Other database options are described in the
24 slapd.conf(5) manual page.
25
26 bind <on/off>
27 Allow binds as DNs in this backend's suffix. The default is
28 "off".
29
31 Here is a possible slapd.conf extract using the Null backend:
32
33 database null
34 suffix "cn=Nothing"
35 bind on
36
38 The null backend does not honor any of the access control semantics
39 described in slapd.access(5).
40
42 /etc/openldap/slapd.conf
43 default slapd configuration file
44
46 slapd.conf(5), slapd(8), slapadd(8), slapcat(8).
47
48
49
50OpenLDAP 2.3.34 2007/2/16 SLAPD-NULL(5)