Hi, i enabled SASL for openldap24-server and also for openldap24-client but security/heimdal doesn't recognice net/openldap24-sasl-client and keeps building against net/openldap24-client which leads to conflicts when trying to install heimdal and openldap on the same machine. Best regards, Daniel Fix: Edit security/heimdal/Makefile and put "WANT_OPENLDAP_SASL?= yes" right below "USE_OPENLDAP= yes" fixed the issue. Thank you xmj for the help this morning. How-To-Repeat: Enable SASL for net/openldap24-server and net/openldap24-client, build security/heimdal with openldap enabled.
Maintainer of security/heimdal, Please note that PR ports/183697 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183697 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
A commit references this bug: Author: marino Date: Tue Jun 10 21:10:50 UTC 2014 New revision: 357383 URL: http://svnweb.freebsd.org/changeset/ports/357383 Log: security/heimdal: Fix LDAP/SASL support Enable heimdal to properly build against net/openldap-sasl-client when openldap24-server is built with SASL support. It did not before. Heimdal is currently unmaintained. PR: 183697 Submitted by: pcm Changes: head/security/heimdal/Makefile