]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-null/README
Fix ITS#1991 - referrals with sarch base == target (wasn't sure at first,
[openldap] / servers / slapd / back-null / README
index a2d8cb11fdbe9aa1903f6088e170c04d15617d92..300afd97030eb5a39bb6eb4dc528f08a7a181b6f 100644 (file)
@@ -1,14 +1 @@
-Null Backend Interface for OpenLDAP
-
-The Null backend is surely the most useful part of slapd:
-- Searches return success but no entries.
-- Compares return compareFalse.
-- Updates return success (unless readonly is on) but do nothing.
-- Binds fail unless the database option "bind on" is given.
-  The "bind" option is "off" by default.
-Inspired by the /dev/null device.
-
-slapd.conf example:
-  database null
-  suffix   "cn=Nothing"
-  bind     on
+The Null Backend is described in the slapd-null(5) manual page.