mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#6147 fix typos
This commit is contained in:
parent
f0f9c92937
commit
2a624e1e4d
@ -667,7 +667,7 @@ ldapsearch -x -b "" -s base "+"
|
||||
.br
|
||||
See RFC 4512 section 5.1 for details.
|
||||
.TP
|
||||
.B olcSaslAuxprop: <plugin> [...]
|
||||
.B olcSaslAuxprops: <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.
|
||||
|
@ -816,7 +816,7 @@ ldapsearch -x -b "" -s base "+"
|
||||
.br
|
||||
See RFC 4512 section 5.1 for details.
|
||||
.TP
|
||||
.B sasl-auxprop <plugin> [...]
|
||||
.B sasl-auxprops <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.
|
||||
|
@ -768,7 +768,7 @@ static ConfigOCs cf_ocs[] = {
|
||||
"olcPluginLogFile $ olcReadOnly $ olcReferral $ "
|
||||
"olcReplogFile $ olcRequires $ olcRestrict $ olcReverseLookup $ "
|
||||
"olcRootDSE $ "
|
||||
"olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ "
|
||||
"olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ "
|
||||
"olcSecurity $ olcServerID $ olcSizeLimit $ "
|
||||
"olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ "
|
||||
"olcThreads $ olcTimeLimit $ olcTLSCACertificateFile $ "
|
||||
|
Loading…
Reference in New Issue
Block a user