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

Re: SASL MD5 - another try



Alexander Lunyov wrote:

Hello openldap-software,

  I'm still don't get it. Let's play it step by step.

  1. Install Cyrus-SASL 2.1.13 with default options in configure (not me,
     it's port in FreeBSD).
  2. Install OpenLDAP 2.1.21 with --enable-sasl option in configure
     (also port).

Sorry, but OpenLDAP 2.1.21 has never been in FreeBSD ports. We skipped directly from 2.1.20 to 2.1.22.

Try cd /usr/ports/net/openldap21; make install WITH_SASL=yes

Make sure you do not have other OpenLDAP versions installed with
pkg_info -I 'openldap*'

Also some trace info would be useful - add '-d 255' or something (see
man 8 slapd) to slapd_args in /usr/local/etc/rc.d/slapd.sh.