On Wed, Jul 16, 2003 at 12:47:14PM -0000, ??????? ??????????? wrote: > Hello! > I have a problem and do not know is there any way to solve it. I have a > Samba-server running as a PDC in a Windows2000 network. It works fine. But > now I need to install the Squid on the same machine with Samba-PDC. And it > would be fine if I could use ntlm authentication in Squid. But to do so I > need to run winbindd. Any information I could find discribes how to do this > if there are at least 2 machines: PDC and Squid+Samba+winbind. But I need > it running on the only one machine. Can I do this? Samba configuration > files on the PDC and Squid-computer according to discribtions must be > different. I run Samba and Squid under a FreeBSD4.8. Cuold you help me with > a wise advice?
With Samba 2.2, just do everything just as you did before, but *do not* use winbind in nsswitch. You will need to join winbind to itself. (ie, smbpasswd -j -Uroot%foo) With Samba 3.0, this is now a properly supported solution, as of beta2/3 in particular. Use 'net rpc join' on the server to join itself to itself. Andrew Bartlett -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
