Just out of interest. Has anyone had success using winbind/ntlm authentication against a Windows 2000 server running in native mode?
I have had it working no worries against 2000 server's in mixed-mode, but have read conflicting reports about NTLM in native mode. I am hoping someone can provide some guidance so I am not forced to build a native mode Win2K AD myself to test it. Squid-2.5STABLE2 RedHat Samba-2.2.7-3.7.3 Thanks Jay -----Original Message----- From: Tony Grace [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 11:49 AM To: 'Rodriguez Quintero, Juan Diego, SYNAPSIS Per�'; 'squid' Subject: RE: [squid-users] winbind and samba I also have this problem. I have reset the machine account on the Windows 2003 server. Also wb_auth works with 'username password' but does not work with 'domain\username password' I am using squid Squid Cache: Version 2.5.STABLE3 with --enable-auth=ntlm,basic --enable-basic-auth-helpers=winbind --enable-ntlm-auth-helpers=winbind Samba 2.2.8a with --with-winbind --with-winbind-auth-challenge smbpasswd -j DOMAIN -r works Regards Tony -----Original Message----- From: Rodriguez Quintero, Juan Diego, SYNAPSIS Per� [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 8:08 AM To: squid Subject: [squid-users] winbind and samba Hi... I have some troubles to configure winbind and samba 2.2.6 on a a RedHat 8.0 I included the next options on samba configuration --with-winbind --with-winbind-auth-challenge Also edited the smb.conf file and join the linux to the domain. When i test winbind funcionalities with: winbind -t It works winbind -u It works. I get the domain users list winbind -p It works and when i test winbind -a user%passwd plaintext password authentication succeeded error code was NT_STATUS_OK (0x0) but when i add the domain options i get the next error winbind -a domain\\user%passwd plaintext password authentication failed error code was NT_STATUS_NO_SUCH_USER (0xc0000064) Could not authenticate user domain\user%passwd with plaintext password Any ideas? Juan Diego
