Does anyone know if on Redhat AS 3, The Samba 3 Rpms have ldapsam_compat compiled in? I am trying to get it working and so far not having any luck. - Jamie
I'm using Whiteboxlinux which is compiled from the red hat EL 3 source. I used the samba-3.0.2-6.3E.i386.rpm and if I run a smbd -b, it doesn't show any entry for ldapsam_compat. Don't know if this is correct or a good test, I'm definitely not an expert. Hope it helps. Have a good day Simone ----- Original Message ----- From: "jamie" <mcparlandj@newberg.k12.or.us> To: <samba@lists.samba.org> Sent: Thursday, April 01, 2004 3:07 AM Subject: [Samba] Redhat AS 3> Does anyone know if on Redhat AS 3, The Samba 3 Rpms have ldapsam_compat > compiled in? I am trying to get it working and so far not having anyluck. -> Jamie > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.647 / Virus Database: 414 - Release Date: 30/03/2004
To check if your samba package is compiled with ldap do the following: # which smbd |xargs ldd |grep ldap If it is, then you should have similar output: libldap.so.2 => /usr/lib/libldap.so.2 (0x40030000) Regards, Andrei Mikhailovsky Arhont Ltd - Information Security Web: http://www.arhont.com Tel: +44 (0)870 4431337 Fax: +44 (0)117 9690141 PGP: Key ID - 0xFF67A4F4 PGP: Server - keyserver.pgp.com jamie wrote:> Does anyone know if on Redhat AS 3, The Samba 3 Rpms have ldapsam_compat > compiled in? I am trying to get it working and so far not having any luck. - > Jamie >
On Wed, Mar 31, 2004 at 05:07:27PM -0800, jamie wrote:> Does anyone know if on Redhat AS 3, The Samba 3 Rpms have ldapsam_compat > compiled in? I am trying to get it working and so far not having any luck. -They don't. Red Hat never shipped a 2.2 version of Samba with LDAP support, so there was no requirement for the 3.0 RPMS to support it. You can always grab the .spec file from the source RPM and look at the configure line in it. The spec file can tell you everything you need to know about how the binary RPMs were made. -- JF