mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Explain rootDSE
This commit is contained in:
parent
978c3609e0
commit
ec9322c301
@ -682,6 +682,14 @@ if compiled with --enable-rlookups).
|
|||||||
Specify the name of an LDIF(5) file containing user defined attributes
|
Specify the name of an LDIF(5) file containing user defined attributes
|
||||||
for the root DSE. These attributes are returned in addition to the
|
for the root DSE. These attributes are returned in addition to the
|
||||||
attributes normally produced by slapd.
|
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
|
.TP
|
||||||
.B olcSaslHost: <fqdn>
|
.B olcSaslHost: <fqdn>
|
||||||
Used to specify the fully qualified domain name used for SASL processing.
|
Used to specify the fully qualified domain name used for SASL processing.
|
||||||
|
@ -750,6 +750,14 @@ if compiled with --enable-rlookups).
|
|||||||
Specify the name of an LDIF(5) file containing user defined attributes
|
Specify the name of an LDIF(5) file containing user defined attributes
|
||||||
for the root DSE. These attributes are returned in addition to the
|
for the root DSE. These attributes are returned in addition to the
|
||||||
attributes normally produced by slapd.
|
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
|
.TP
|
||||||
.B sasl-host <fqdn>
|
.B sasl-host <fqdn>
|
||||||
Used to specify the fully qualified domain name used for SASL processing.
|
Used to specify the fully qualified domain name used for SASL processing.
|
||||||
|
Loading…
Reference in New Issue
Block a user