ITS#6147 add sasl-auxprop config

This commit is contained in:
Howard Chu 2009-05-27 12:48:35 +00:00
parent 374331c2b1
commit f0f9c92937
2 changed files with 10 additions and 0 deletions

View File

@ -667,6 +667,11 @@ ldapsearch -x -b "" -s base "+"
.br
See RFC 4512 section 5.1 for details.
.TP
.B olcSaslAuxprop: <plugin> [...]
Specify which auxprop plugins to use for authentication lookups. The
default is empty, which just uses slapd's internal support. Usually
no other auxprop plugins are needed.
.TP
.B olcSaslHost: <fqdn>
Used to specify the fully qualified domain name used for SASL processing.
.TP

View File

@ -816,6 +816,11 @@ ldapsearch -x -b "" -s base "+"
.br
See RFC 4512 section 5.1 for details.
.TP
.B sasl-auxprop <plugin> [...]
Specify which auxprop plugins to use for authentication lookups. The
default is empty, which just uses slapd's internal support. Usually
no other auxprop plugins are needed.
.TP
.B sasl-host <fqdn>
Used to specify the fully qualified domain name used for SASL processing.
.TP