1 .TH SLAPD-NULL 5 "RELEASEDATE" "OpenLDAP LDVERSION"
4 slapd-null \- Null backend to slapd
10 is surely the most useful part of
13 - Searches return success but no entries.
15 - Compares return compareFalse.
17 - Updates return success (unless readonly is on) but do nothing.
19 - Binds fail unless the database option "bind on" is given.
21 Inspired by the /dev/null device.
25 option applies to the NULL backend database.
26 That is, it must follow a "database null" line and come before
27 any subsequent "database" lines.
28 Other database options are described in the
33 Allow binds as DNs in this backend's suffix.
36 Here is a possible slapd.conf extract using the Null backend:
48 backend does not honor any of the access control semantics described in
53 default slapd configuration file