[Samba] Re: Problems with ntlm_auth --helper-protocol=squid-2.5-ntlmssp

2004-04-23 Thread Adam Aube
Riccardo Baldanzi wrote:

 Now i've joined our internal active directory and i see that wbinfo -u,
 wbinfo -g and wbinfo -a user%password works great.

Did wbinfo -a give both a plaintext and challenge-response success?

 ntlm_auth --helper-protocol=squid-2.5-basic works ok too but..
 
 ntlm_auth --helper-protocol=squid-2.5-ntlmssp does respond only BH...

NTLM auth cannot be effectively tested on the command line. Try it in Squid
and see what happens.

Adam

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Problem joining 3.0.2a to W2k AD

2004-04-21 Thread Adam Aube
When attempting to join my Samba box to my AD domain, I get the following:

# ./net rpc join -I 192.168.0.20 -U administrator
Password:
[2004/04/21 16:18:30, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(249)
  cli_nt_setup_creds: request challenge failed
[2004/04/21 16:18:30, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(326)
  Error domain join verification (reused connection):
NT_STATUS_INVALID_COMPUTER_NAME

Unable to join domain OTSHDQTR.
# 

The machine account is created in AD when I run net join. I have been
deleting it between attempts to join the domain,

I am running Samba 3.0.2a on Debian GNU/Linux 3.0r2. My domain is a Windows
2000 mixed-mode domain with no WINS server. Samba was compiled from source
with the following options:

--with-prefix=/opt/samba --with-winbind

My smb.conf file is as follows:

[global]
  workgroup = OTSHDQTR
  netbios name = DEBSERV1
  security = domain
  password server = 192.168.0.20
  client ntlmv2 auth = yes
  log file = /opt/samba/var/log/log.%m
  log level = 3
  winbind use default domain = yes

Searching Google and the archives turned up a single hit: a nearly identical
problem (posted April 14th) that nobody responded to.

Any suggestions?

Adam

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba