From: Howard Chu Date: Wed, 27 May 2009 12:48:35 +0000 (+0000) Subject: ITS#6147 add sasl-auxprop config X-Git-Tag: ACLCHECK_0~541 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0f9c92937f2aaa59eba99dad26a4f355338fce0;p=openldap ITS#6147 add sasl-auxprop config --- 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