Allan Peda
2002-Jun-13 09:31 UTC
[Samba] wbinfo -g yields "Error looking up domain groups"
Hi, I just joined the list, but I have already searched through the archives and I see no answer to my problem. I am trying to set up winbinnd on a RedHat 7.2 machine to connect to a Win2k PDC. [root@array22 samba]# wbinfo -t Secret is good but: [root@array22 samba]# wbinfo -g Error looking up domain groups ..and.. [root@array22 samba]# wbinfo -m [root@array22 samba]# .. yes, it shows nothing. The libraries are installed, since:> sudo /sbin/ldconfig -v | grep winboutputs: libnss_winbind.so -> libnss_winbind.so I ran winbindd as follows to yield debugging info: sudo /opt/sbin/winbindd -s /etc/samba/smb.conf -i -d 10 A tail of the resulting log when I ran wbinfo -g shows: ... .... 002c status: NT_STATUS_ACCESS_DENIED client_write: wrote 1300 bytes. read failed on sock 12, pid 13853: EOF Any ideas? Thanks Allan PS: Here is more info: Full logs for wbinfo -[gmt] are at: http://stimpy.rockefeller.edu/pickup/winbindd_debug I followed the instructions at http://www.mandrakeuser.org/docs/connect/csamba5.html mainly because they describe testing winbindd alone, without running [sn]mbd. I figure this keeps things simple. Compile command was: ./configure --prefix=/opt/stow/samba-2.2.4 --with-pam \ --with-pam_smbpass \ --with-winbind --sysconfdir=/etc/samba \ --with-piddir=/var/run/samba
Allan Peda
2002-Jun-13 12:48 UTC
[Samba] wbinfo -g yields "Error looking up domain groups"
Oh yes, this is the latest release, version 2.2.4 On Thu, 2002-06-13 at 12:10, Allan Peda wrote:> Hi, > > I just joined the list, but I have already searched through the archives > and I see no answer to my problem. I am trying to set up winbinnd on a > RedHat 7.2 machine to connect to a Win2k PDC. > > [root@array22 samba]# wbinfo -t > Secret is good