]> git.sur5r.net Git - openldap/blob - servers/slapd/back-null/README
a2d8cb11fdbe9aa1903f6088e170c04d15617d92
[openldap] / servers / slapd / back-null / README
1 Null Backend Interface for OpenLDAP
2
3 The Null backend is surely the most useful part of slapd:
4 - Searches return success but no entries.
5 - Compares return compareFalse.
6 - Updates return success (unless readonly is on) but do nothing.
7 - Binds fail unless the database option "bind on" is given.
8   The "bind" option is "off" by default.
9 Inspired by the /dev/null device.
10
11 slapd.conf example:
12   database null
13   suffix   "cn=Nothing"
14   bind     on