[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Connessione ad Active Directory tramite winbind



Ciao a tutti.
Sto cercando di connettere un server Linux ad un dominio Active
Directory gestito da un server Windows 2003 per installare Squid con
l'autenticazione ntlm.

Ho configurato smb.conf in questo modo:

[global]
server string = Samba Proxy
password servers = server2003
security = domain
encrypt password = yes
workgroup = DOMINIO
winbind separator = @
template homedir = /home/%D/%U
template shell = /bin/bash
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY

Se provo a connettermi al dominio Active Directory col comando "net
join -w DOMINIO.LOCAL -S 192.168.40.1 -U Administrator" ottengo questo
errore:

[2007/11/26 21:22:08, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(350)
  Error in domain join verification (credential setup failed):
NT_STATUS_INVALID_COMPUTER_NAME

Unable to join domain DOMINIO.

Ho cercato con Google ma non ho trovato nulla di interessante.

Qualcuno può darmi una mano?

Grazie mille!
Ciao.



Reply to: