[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Binding options - enable/disable?



At 11:57 AM 4/20/01, Barnes, Todd wrote:

>How does one go about disabling certain types of binding?  Say for example I want to require a type of SASL binding and want to disallow simple binding.  How do I go about denying a user using the right credentials with the wrong type binding request?

Add "require sasl" to slapd.conf(5).  There are numerous other knobs
you can turn as noted on the man page.  You should also see SASL
docs for restricting support to specific mechanisms (by only installing
the desired plugins).