Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 22:01:57 -0400
From:      Sahil Tandon <sahil@tandon.net>
To:        pavel@hts.kh.ua
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: postfix-2.9.5,1 - LDAP_SASL option ignored
Message-ID:  <20130423020156.GA96816@magnus>
In-Reply-To: <514C2A46.2050607@hts.kh.ua>
References:  <514C2A46.2050607@hts.kh.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2013-03-22 at 11:54:14 +0200, Pavel Bychykhin wrote:

> In config dialog i check OPENLDAP, LDAP_SASL and SASL2.
> The make process ignores an option LDAP_SASL.
> As a result i see "unsupported parameter value: bind = SASL" in output of "postmap" command.
> As a solution, i added "-DUSE_LDAP_SASL" directly into Makefile in do-configure section:
> 
> do-configure:
>         (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \
>         CCARGS="${POSTFIX_CCARGS} -DUSE_LDAP_SASL" AUXLIBS="${POSTFIX_AUXLIBS}" && \
>         ${ECHO} "all: default" >> Makefile)
> 
> After that changes, all works fine with LDAP SASL binding.

A different fix has been committed.  Please let me know if the problem
persists.

-- 
Sahil Tandon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130423020156.GA96816>