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

Re: SASL PAM Authentication



Craig Gallek wrote:
> I'm using the Debian slapd package so slapd.conf is in /etc/ldap. 
> OpenLDAP is compiled with sasl support.  The result of 'ldapsearch -x -s
> base -b "" supportedSASLMechanisms' is listed below.  I'm not using the
> -x option for any other commands if that is what you mean by simple
> binding.

Careful: We are talking about two different slapd.conf files here. The
slapd.conf in /etc/ldap is OpenLDAP's slapd.conf, whereas SASL has its
own configuration files in /usr/lib/sasl2 [1]. The "pwcheck_method:
saslauthd" goes in SASL's slapd.conf which is /usr/lib/sasl2/slapd.conf.
Try that.

Roland

[1] actually, this should be somewhere in /etc instead of /usr/lib; I'll
    have a look at that later