Date: Mon, 28 Nov 2005 10:53:25 +0100 (CET) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: Ilias.Sachpazidis@igd.fraunhofer.de Cc: freebsd-questions@freebsd.org Subject: Re: cyrus-sasl-2 with ldap Message-ID: <20051128100215.N24084@hades.admin.frm2> In-Reply-To: <000501c5f3a7$fee05590$17b2a8c0@hermes> References: <000501c5f3a7$fee05590$17b2a8c0@hermes>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 28 Nov 2005, Ilias Sachpazidis wrote: > Hi, > > > > I am trying to install cyrus-sasl-2 with LDAP support. Unsuccessfully so > far. > > The unix box is 5.4-RELEASE FreeBSD. > > Under FreeBSD port I installed cyrus-sasl2-saslauthd package. > > Strating the deamon, I get: > > mail # saslauthd -a ldap -c -t 30 > > saslauthd[86426] :set_auth_mech : unknown authentication mechanism: ldap > > > > I suppose that saslauthd has not been compiled with LDAP support, has it? > > Has anyone already installed saslauthd with ldap on FreeBSD? > > The schema I would like to have (application)---> (saslauthd) -----> (LDAP). As far as i can tell, this packages contains saslauthd without LDAP support. You should pkg_delete(1) the cyrus-sasl2-saslauthd package you've installed and build this by yourself out of the ports-tree. The following command, executed in /usr/ports/security/cyrus-sasl2-saslauthd should give you an LDAP enabled saslauthd: 'make WITH_OPENLDAP=1 install clean'. If you need a a specific version of OpenLDAP, eg. openldap-2.2.xx, then you should additionally specify WANT_OPENLDAP_VER=22. Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDitOXSPOsGF+KA+MRAmG7AKCzjIkHoETjrV+5Ghtm20tM4czYeACfeEo/ ZG0do28ofJbubMq9RDP3KSE= =FmuB -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051128100215.N24084>