From f0f9c92937f2aaa59eba99dad26a4f355338fce0 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 27 May 2009 12:48:35 +0000 Subject: [PATCH] ITS#6147 add sasl-auxprop config --- doc/man/man5/slapd-config.5 | 5 +++++ doc/man/man5/slapd.conf.5 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index b05b7acf47..defbe1de10 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -667,6 +667,11 @@ ldapsearch -x -b "" -s base "+" .br See RFC 4512 section 5.1 for details. .TP +.B olcSaslAuxprop: [...] +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: Used to specify the fully qualified domain name used for SASL processing. .TP diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index da0356460a..5911348980 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -816,6 +816,11 @@ ldapsearch -x -b "" -s base "+" .br See RFC 4512 section 5.1 for details. .TP +.B sasl-auxprop [...] +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 Used to specify the fully qualified domain name used for SASL processing. .TP -- 2.39.5