ITS#6147 fix typos

This commit is contained in:
Howard Chu 2009-05-27 12:53:04 +00:00
parent f0f9c92937
commit 2a624e1e4d
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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 $ "