]> git.sur5r.net Git - openldap/commitdiff
Explain rootDSE
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 16 May 2007 23:23:02 +0000 (23:23 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 16 May 2007 23:23:02 +0000 (23:23 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index f66897b059761c955999650190dc93cc61dd8c16..c43bce0316d246d2825b71b0a40c79a07dfb8248 100644 (file)
@@ -682,6 +682,14 @@ if compiled with --enable-rlookups).
 Specify the name of an LDIF(5) file containing user defined attributes
 for the root DSE.  These attributes are returned in addition to the
 attributes normally produced by slapd.
+
+The root DSE is an entry with information about the server and its
+capabilities, in operational attributes.
+It has the empty DN, and can be read with e.g.:
+.ti +4
+ldapsearch -x -b "" -s base "+"
+.br
+See RFC 4512 section 5.1 for details.
 .TP
 .B olcSaslHost: <fqdn>
 Used to specify the fully qualified domain name used for SASL processing.
index 43848deaf47c291e72ea2cd5a489506793b7440a..cc9703f7408fa44f1955ea994c7f7c4f117490dc 100644 (file)
@@ -750,6 +750,14 @@ if compiled with --enable-rlookups).
 Specify the name of an LDIF(5) file containing user defined attributes
 for the root DSE.  These attributes are returned in addition to the
 attributes normally produced by slapd.
+
+The root DSE is an entry with information about the server and its
+capabilities, in operational attributes.
+It has the empty DN, and can be read with e.g.:
+.ti +4
+ldapsearch -x -b "" -s base "+"
+.br
+See RFC 4512 section 5.1 for details.
 .TP
 .B sasl-host <fqdn>
 Used to specify the fully qualified domain name used for SASL processing.