Hi!

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.


--
Best regards,
Pavel
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to