winbind not working

Posted by Yon on Super User See other posts from Super User or by Yon
Published on 2012-05-31T15:51:32Z Indexed on 2012/05/31 16:44 UTC
Read the original article Hit count: 220

Filed under:
|

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?

© Super User or respective owner

Related posts about linux

Related posts about active-directory