]> git.sur5r.net Git - openldap/commitdiff
ITS#6147 add sasl-auxprop config
authorHoward Chu <hyc@openldap.org>
Wed, 27 May 2009 12:48:35 +0000 (12:48 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 27 May 2009 12:48:35 +0000 (12:48 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index b05b7acf47249fdb6ed5ae8076b7d0c1482f82fa..defbe1de1031e8471be14e2aba27fb4d31accf07 100644 (file)
@@ -667,6 +667,11 @@ ldapsearch -x -b "" -s base "+"
 .br
 See RFC 4512 section 5.1 for details.
 .TP
+.B olcSaslAuxprop: <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.
+.TP
 .B olcSaslHost: <fqdn>
 Used to specify the fully qualified domain name used for SASL processing.
 .TP
index da0356460a7ff06ee04fab8aed61bb3d2e5a1d6f..5911348980c8c8873db99d945d9f95e3e1348512 100644 (file)
@@ -816,6 +816,11 @@ ldapsearch -x -b "" -s base "+"
 .br
 See RFC 4512 section 5.1 for details.
 .TP
+.B sasl-auxprop <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.
+.TP
 .B sasl-host <fqdn>
 Used to specify the fully qualified domain name used for SASL processing.
 .TP