mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6147 add sasl-auxprop config
This commit is contained in:
parent
374331c2b1
commit
f0f9c92937
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user