]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapd-null.5
Merge remote branch 'origin/mdb.master'
[openldap] / doc / man / man5 / slapd-null.5
index 5164a7c4599f2447c4c44c42aa0dd4d41f7d5f91..dcc4698f1ddf1df0c958461d81a4bb120526a66b 100644 (file)
@@ -1,7 +1,9 @@
 .TH SLAPD-NULL 5 "RELEASEDATE" "OpenLDAP LDVERSION"
+.\" Copyright 2002-2011 The OpenLDAP Foundation.  All Rights Reserved.
+.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
-slapd-null \- Null backend to slapd
+slapd\-null \- Null backend to slapd
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -16,7 +18,14 @@ is surely the most useful part of
 .br
 - Updates return success (unless readonly is on) but do nothing.
 .br
-- Binds fail unless the database option "bind on" is given.
+- Binds other than as the rootdn fail unless the database option "bind
+on" is given.
+.br
+- The
+.BR slapadd (8)
+and
+.BR slapcat (8)
+tools are equally exciting.
 .br
 Inspired by the /dev/null device.
 .SH CONFIGURATION
@@ -30,7 +39,7 @@ Other database options are described in the
 manual page.
 .TP
 .B bind <on/off>
-Allow binds as DNs in this backend's suffix.
+Allow binds as any DN in this backend's suffix, with any password.
 The default is "off".
 .SH EXAMPLE
 Here is a possible slapd.conf extract using the Null backend:
@@ -53,4 +62,6 @@ ETCDIR/slapd.conf
 default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
-.BR slapd (8).
+.BR slapd (8),
+.BR slapadd (8),
+.BR slapcat (8).