FreeBSD Port: postfix-2.9.5,1 - LDAP_SASL option ignored
Sahil Tandon
sahil at tandon.net
Sun Mar 31 02:43:29 UTC 2013
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.
Thanks for the report. The logic that handles LDAP SASL bindings was
tweaked when the Postfix ports were updated to use optionsNG. I will
commit a fix once the tree has unfrozen. Sorry for the inconvenience.
--
Sahil Tandon
More information about the freebsd-ports
mailing list