]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapd-null.5
Add -s warning
[openldap] / doc / man / man5 / slapd-null.5
index d215b370b33e8432483b31f7b40f3ca905c76b3a..93275f15f666e1999f44e55a0810be22f07548d6 100644 (file)
@@ -1,4 +1,6 @@
-.TH SLAPD-NULL 5 "30 April 2002" "OpenLDAP LDVERSION"
+.TH SLAPD-NULL 5 "RELEASEDATE" "OpenLDAP LDVERSION"
+.\" Copyright 2002-2006 The OpenLDAP Foundation.  All Rights Reserved.
+.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
 slapd-null \- Null backend to slapd
@@ -18,6 +20,12 @@ is surely the most useful part of
 .br
 - Binds 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
 This
@@ -35,13 +43,24 @@ The default is "off".
 .SH EXAMPLE
 Here is a possible slapd.conf extract using the Null backend:
 .LP
+.RS
 .nf
-  database null
-  suffix   "cn=Nothing"
-  bind     on
+database null
+suffix   "cn=Nothing"
+bind     on
 .fi
+.RE
+.SH ACCESS CONTROL
+The
+.B null
+backend does not honor any of the access control semantics described in
+.BR slapd.access (5).
 .SH FILES
+.TP
 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).