Hi,

I've spent two days trying to figure out how to solve this, researching on the web, etc, and found no answer... :S

I've setup a Ubuntu 9.04 with Samba and Winbind, joined the domain (using RPC) and when I try to list users and groups using wbinfo I got nothing.

I already tryed deleting tdb files from /var/lib/samba and restarting samba and winbind, joined the domain again, etc, and nothing changed this behavior. Any idea on where may be the problem and how to solve it?

# wbinfo -t
checking the trust secret via RPC calls succeeded

# wbinfo -u
# wbinfo -g

======== smb.conf ========
[global]
        server string = %h
        workgroup = WEB-NET
        realm = web-net.xxxxxxxx.com.br
        domain master = no
        password server = xm850.xxxxxxxx.com.br
        wins server = xm850.xxxxxxxx.com.br
        security = domain
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        interfaces = eth0
        bind interfaces only = yes
        log level = 5
        log file = /var/log/samba/log.%m
        max log size = 1000
        syslog = 0
        # disable printers
        load printers = no
        printing = bsd
        printcap name = /dev/null
        disable spoolss = yes
        encrypt passwords = true
        idmap backend = tdb
        idmap uid = 50000-55000
        idmap gid = 50000-55000
        template shell = /bin/bash
        template homedir = /home/web-net/%U
        winbind use default domain = yes
        winbind separator = \\
        winbind enum users = yes
        winbind enum groups = yes
        winbind cache time = 15
====================

=== log.winbind ====
[2009/07/27 17:43:31, 3] winbindd/ winbindd_misc.c:winbindd_interface_version(754)
  [12377]: request interface version
[2009/07/27 17:43:31, 3] winbindd/ winbindd_misc.c:winbindd_priv_pipe_dir(787)
  [12377]: request location of privileged pipe
[2009/07/27 17:43:31,  2] winbindd/winbindd.c:remove_client(744)
  final write to client failed: Broken pipe
[2009/07/27 17:43:31, 3] winbindd/ winbindd_misc.c:winbindd_list_ent(127)
  [12377]: list users
[2009/07/27 17:43:31,  5] winbindd/winbindd_misc.c:listent_recv(203)
  listent_recv: XM2012 returned no users.
[2009/07/27 17:43:31,  5] winbindd/winbindd_misc.c:listent_recv(203)
  listent_recv: BUILTIN returned no users.
[2009/07/27 17:43:31,  1] winbindd/winbindd_util.c:trustdom_recv(303)
  Could not receive trustdoms
[2009/07/27 17:43:32,  5] winbindd/winbindd_async.c:listent_recv(465)
  list_ent() failed!
[2009/07/27 17:43:32,  5] winbindd/winbindd_misc.c:listent_recv(203)
  listent_recv: WEB-NET returned no users.
[2009/07/27 17:43:32,  2] winbindd/winbindd.c:remove_client(744)
  final write to client failed: Broken pipe
===================
best regards,



Herbert G. Fischer
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to