Hi All, This is probably pertinent for the Fedora Core 2 group here, as well. I know that Mandrake Cooker has already implemented these patches, which are required for Winbind with Active Directory authentication. There is a know issue in Samba 3.0.3 and Samba 3.0.4; these pactches fix it up. Full details, with source and binary packages, are included below. -- _ __ __ ___ _| | William R. Lorenz <wrl@xxxxxxxxxxx> \ V V / '_| | http://www.clevelandlug.net/ ; "Every revolution was \./\./|_| |_| first a thought in one man's mind." - Ralph Waldo Emerson ---------- Forwarded message ---------- Date: Wed, 19 May 2004 13:37:04 -0400 (EDT) From: William R. Lorenz <wrl@xxxxxxxxxxx> To: samba@xxxxxxxxxxxxxxx Subject: Updated Fedora Core 2 Packages [unofficial] Hi All, I have updated Fedora Core 2 packages available for Samba 3.0.4. These include the winbind patch as was already inclded in the latest Mandrake Cooker packages and also a fix for the winbind.init startup script. More info on the winbind patch can be found at this location: https://bugzilla.samba.org/show_bug.cgi?id=1315 The winbind.init startup script had the following code changed: [ $RETVAL -eq 0 ] \ && rm -f /var/run/nmbd.pid \ && rm -f /var/lock/subsys/winbindd And instead of issuing an error, the script now works w/ this new code: if [ $RETVAL -eq 0 ]; then rm -f /var/run/nmbd.pid rm -f /var/lock/subsys/winbindd fi These packages were compiled on a freshly-installed Fedora Core 2 box, and they were tested to work correctly with winbind Active Directory user authentication. The `winbind -t` command gives beautiful results, now. These unofficial packages are now available from the following location: ftp://bagel.express.org/fedora/core2-packages /samba/samba-3.0.4-4.wrl.src.rpm ftp://bagel.express.org/fedora/core2-packages /samba/samba-3.0.4-4.wrl.i386.rpm ftp://bagel.express.org/fedora/core2-packages /samba/samba-client-3.0.4-4.wrl.i386.rpm ftp://bagel.express.org/fedora/core2-packages /samba/samba-common-3.0.4-4.wrl.i386.rpm ftp://bagel.express.org/fedora/core2-packages /samba/samba-swat-3.0.4-4.wrl.i386.rpm Samba Team: Please feel free to add these to the official collection, preferably with the %changelog kept around for credit? ;) Please note the 3.0.4-4.wrl version, as opposed to a 3.0.4-3.wrl that is out there, also. GPG-signed MD5 signatures (wrl:at:express.org) on the packages to follow: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 c2e83ac535538c0f3ef24420de1db729 samba-3.0.4-3.wrl.i386.rpm e6a28e9b3bbea41b164946e39fc01349 samba-3.0.4-3.wrl.src.rpm eb9329e15a73ebcb436b6d1d44891253 samba-3.0.4-4.wrl.i386.rpm 84228c2f95b18eefcf9a4aa0377ea75b samba-3.0.4-4.wrl.src.rpm ecc507e1a7897d3a16272af307768302 samba-client-3.0.4-3.wrl.i386.rpm 8599da4d05f1ae3e42e03f1c9a92a609 samba-client-3.0.4-4.wrl.i386.rpm 5f1926ed486f969d7a3f3837fa70abc6 samba-common-3.0.4-3.wrl.i386.rpm f2e31b7ce9e3fed1cbc70c590f26e8fb samba-common-3.0.4-4.wrl.i386.rpm 7f8f93a872cc67d50e0734b3beec85e3 samba-swat-3.0.4-3.wrl.i386.rpm 9611bd0f0fdaa735b83b00bda9a6fd8b samba-swat-3.0.4-4.wrl.i386.rpm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAq5eHW3nf2pKDRDYRAkhpAJ9BfZhOCsQqRq+cDxiYugDned8DgwCeLyz6 E/CsGL/jDiXv3R/EQ8PyOcE= =Zd7J -----END PGP SIGNATURE----- -- _ __ __ ___ _| | William R. Lorenz <wrl@xxxxxxxxxxx> \ V V / '_| | http://www.clevelandlug.net/ ; "Every revolution was \./\./|_| |_| first a thought in one man's mind." - Ralph Waldo Emerson