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

Re: pass-through authentication



I commented the  mech_list in slapd.conf

The ldapsearch result is now No such object

ldapsearch -LLLQY EXTERNAL -H ldapi:/// -b cn=config
"(|(cn=config)(olcDatabase={1}hdb))"
No such object (32)

On Fri, Jan 8, 2016 at 2:34 PM, Dan White <dwhite@cafedemocracy.org> wrote:
> On 01/07/16 17:24 -0600, Timothy Keith wrote:
>>
>> ldapsearch -LLLQY EXTERNAL -H ldapi:/// -b cn=config
>> "(|(cn=config)(olcDatabase={1}hdb))"
>> ldap_sasl_interactive_bind_s: Authentication method not supported (7)
>>        additional info: SASL(-4): no mechanism available:
>
>
> I'm missing some context here. Most likely you have a mech_list hard coded
> in your slapd.conf sasl, which does not include the external mech.
>
> --
> Dan White