From 2a624e1e4d79076026d3a1f07cf7028107ffaec9 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 27 May 2009 12:53:04 +0000 Subject: [PATCH] ITS#6147 fix typos --- doc/man/man5/slapd-config.5 | 2 +- doc/man/man5/slapd.conf.5 | 2 +- servers/slapd/bconfig.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index defbe1de10..06197ed4dd 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -667,7 +667,7 @@ ldapsearch -x -b "" -s base "+" .br See RFC 4512 section 5.1 for details. .TP -.B olcSaslAuxprop: [...] +.B olcSaslAuxprops: [...] 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. diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 5911348980..ec888c9f4a 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -816,7 +816,7 @@ ldapsearch -x -b "" -s base "+" .br See RFC 4512 section 5.1 for details. .TP -.B sasl-auxprop [...] +.B sasl-auxprops [...] 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. diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 10d9cf033c..de7665cd30 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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 $ " -- 2.39.5