Displaying 1 result from an estimated 1 matches for "yourwin2k3box".
2003 Oct 17
0
Samba 3.0, Red Hat 9, and Kerberos issues with Windows Server 2003
...ownload Samba 3.0.1pre1 SRPM.
rpm -v samba-3.0.1pre1.src.rpm
Edit /usr/src/redhat/SPECS/samba3.spec
In the CFLAGS settings, add --with-krb5=/usr/lib
rpmbuild -bb samba3.spec
Go to /usr/src/redhat/RPMS/i386
Install the Samba 3.0.1pre1 RPM there.
kinit <username>
<password>
smbclient -k //yourwin2k3box/c$
And you're done. It's not pretty, and it may not be the best idea for a
crucial system, but it does work (the builds don't even complain about too
many problems!) Any suggestions/improvements would be appreciated.
Terry