Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 20:20:00 GMT
From:      Marc Priggemeyer <marc.priggemeyer@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188135: security/heimdal: Heimdal LDAP backend is unavailable in FreeBSD 10.0
Message-ID:  <201405182020.s4IKK0Ep053792@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188135; it has been noted by GNATS.

From: Marc Priggemeyer <marc.priggemeyer@gmail.com>
To: bug-followup@FreeBSD.org, bugreporter@bultmann.eu
Cc:  
Subject: Re: ports/188135: security/heimdal: Heimdal LDAP backend is
 unavailable in FreeBSD 10.0
Date: Sun, 18 May 2014 22:17:18 +0200

 --089e0158c41c5ef88804f9b255c1
 Content-Type: text/plain; charset=UTF-8
 
 This is not a problem caused by the port, but rather by the libhdb version
 shipped with the base system. Since Kerberos was updated in the base system
 and now has the same version number as the Port, ldd resolves
 /usr/lib/libhdb.so.11 as the one to use.
 Setting LD_LIBRARY_PATH=/usr/local/lib before starting kdc results in the
 right behaviour and let's you use ldap backends afterwards.
 
 The error message in the log files is a bit confusing in this issue as the
 ldap functionality is not dynamically loaded by libhdb. So there is no need
 to look for the hdb_ldap.so in your filesystem - it is not built since the
 --enable-hdb-ldap-module switch for the heimdal configure script is not set
 for the Port.
 
 Regards,
 Marc
 
 --089e0158c41c5ef88804f9b255c1
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr"><div><div><div>This is not a problem caused by the port, b=
 ut rather by the libhdb version shipped with the base system. Since Kerbero=
 s was updated in the base system and now has the same version number as the=
  Port, ldd resolves /usr/lib/libhdb.so.11 as the one to use.<br>
 </div>Setting LD_LIBRARY_PATH=3D/usr/local/lib before starting kdc results =
 in the right behaviour and let&#39;s you use ldap backends afterwards.<br><=
 br></div>The error message in the log files is a bit confusing in this issu=
 e as the ldap functionality is not dynamically loaded by libhdb. So there i=
 s no need to look for the hdb_ldap.so in your filesystem - it is not built =
 since the --enable-hdb-ldap-module switch for the heimdal configure script =
 is not set for the Port.<br>
 </div><div><br></div>Regards,<br>Marc<br></div>
 
 --089e0158c41c5ef88804f9b255c1--



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