Re: [Samba] winbind - wbinfo problem - SOLVED

2010-11-19 Thread Vivekanandan Nataraj
Hi John, The same smb and winbind configuration ( same SUSE box ) works good other Windows AD servers. #wbinfo -u and #wbinfo -g returns the users and groups respectively. Thanks for your great help !!! what is the difference between #net rpc and #net ads ?..if you have time, give some

Re: [Samba] winbind - wbinfo problem - SOLVED

2010-11-19 Thread John Stile
The doc is here: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html The short answer: 1. not reading this doc will cause pain, agony, and desperation. 2. 'net' map domain-to-unix ID's and interacts with domain security. net rpc = for Windows Group Management operations.

Re: [Samba] winbind - wbinfo problem

2010-11-15 Thread Vivekanandan Nataraj
Hi John, Thanks for your reply. # net ads testjoin [2010/11/15 06:40:27, 0] libads/sasl.c:819(ads_sasl_spnego_bind) kinit succeeded but ads_sasl_spnego_krb5_bind failed: Invalid credentials [2010/11/15 06:40:29, 0] libads/sasl.c:819(ads_sasl_spnego_bind) kinit succeeded but

Re: [Samba] winbind - wbinfo problem

2010-11-14 Thread John Stile
Does /etc/nsswitch.conf hold winbind? Something like this: passwd: compat winbind group: compat winbind

Re: [Samba] winbind - wbinfo problem

2010-11-14 Thread Vivekanandan Nataraj
Hi John, Thanks for your reply. I have modified the nsswitch.conf file and smb.conf as per your suggestions. Still wbinfo does not list the users... I have rebooted the server after modification. and #rm -rf /var/lib/samba/* and restart the services and joined the domain again. but no luck..

Re: [Samba] winbind - wbinfo problem

2010-11-14 Thread John Stile
You could try to run winbindd manually (winbindd -d 3 -i), and from another console run 'wbinfo -u', and see if any errors present them selves in the console where you ran winbindd. First make sure no other winbind daemon is running, by testing, as root, with: lsof -i tcp -nP | grep winbind On

Re: [Samba] winbind - wbinfo problem

2010-11-14 Thread Vivekanandan Nataraj
Hi John, Thanks for your reply. This is the result :- #wbinfo -u Connected to LDAP server EIS.squid.biz ads_sasl_spnego_bind: got OID=1.2.840.48018.1.2.2 ads_sasl_spnego_bind: got OID=1.2.840.113554.1.2.2 ads_sasl_spnego_bind: got OID=1.2.840.113554.1.2.2.3 ads_sasl_spnego_bind: got

Re: [Samba] winbind - wbinfo problem

2010-11-14 Thread John Stile
Invalid credentials points to a problem, thought I'm guessing, with the domain membership. I'm really not sure what it means. Does 'ads testjoin' show anything? Would it be too much trouble to remove the system from the domain and add it back, assuming that was the the problem? 1. remove the

[Samba] winbind - wbinfo problem

2010-11-13 Thread Vivekanandan Nataraj
Hi Guys, I have configured SAMBA with Windows 2003 AD. But #wbinfo -u and #wbinfo -g does not list the users 1. Domain joined successfully. # net rpc testjoin -U Administrator Join to 'DOMAIN' is OK 2. wbinfo -a works ( User authentication ) # wbinfo -a 'DOMAIN\user' Enter DOMAIN\user's