mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6147 add sasl-auxprop config
This commit is contained in:
parent
374331c2b1
commit
f0f9c92937
2 changed files with 10 additions and 0 deletions
|
|
@ -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 a new issue