winbind not working
- by Yon
I'm trying to set up winbind with an Active Directory running on Win2003.
This works:
net rpc user -S SOMEDOMAIN -U Administrator
Password:
Administrator
ASPNET
Demo
Guest
IUSR_SERVER20
IWAM_SERVER20
krbtgt
RemoteUser
SUPPORT_388945a0
This does not:
wbinfo -u
Error looking up domain users
From the winbindd log:
[2012/05/31 16:45:38, 1] nsswitch/winbindd_ads.c:ads_cached_connection(128)
ads_connect for domain SOMEDOMAIN failed: Operations error
[2012/05/31 16:46:38, 1] nsswitch/winbindd_util.c:trustdom_recv(230)
Could not receive trustdoms
ADS is not working with this domain. Why is winbind trying to use it instead of RPC? How can I force it to use only RPC and for all of this to work?