Hello, I have a debian server with samba and winbind 3.0.14a. This server was joined to a windows domain. (PDC Windows NT4) When I try to get windows users with wbinfo -u, I have this error : Error looking up domain users. smb.conf file : [global] workgroup = <domaine> security = DOMAIN netbios name = <nom> server string = Serveur de fichier wins server = <*.*.*.*> winbind uid = 10000-20000 winbind gid = 10000-20000 encrypt passwords = yes password server = <controleur de domaine> winbind uid = 10000-20000 winbind gid = 10000-20000 winbindenum users = yes winbindenum groups = yes template shell = /bin/false [homes] comment = Home Directory browseable = no writable = yes valid users = %S create mode = 0664 directory mode = 0775 Winbindd log : winbindd version 3.0.14a-Debian started. Copyright The Samba Team 2000-2004 lp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" Processing section "[homes]" adding IPC service adding IPC service added interface ip=**** added interface ip=**** Registered MSG_REQ_POOL_USAGE Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED Added domain DT S-0-0 cm_get_ipc_userpass: No auth-user defined bind_rpc_pipe: transfer syntax differs rpc_pipe_bind: check_bind_response failed. cli_nt_session_open: rpc bind to \PIPE\lsarpc failed rpc: trusted_domains cm_get_ipc_userpass: No auth-user defined Added domain CABLOG S-1-5-21-2114653816-828388678-116079390 Added domain DTT S-1-5-21-2066556833-490628793-1601773907 Added domain DGMT S-1-5-21-2062771020-360318863-1843927889 Added domain DAMGM S-1-5-21-2039163245-687421222-561332275 Added domain SES S-1-5-21-2034437564-2136697980-1822381206 Added domain DGUHC S-1-5-21-2029089813-1112409138-226366656 Added domain TEST S-1-5-21-1954155775-1610957053-336686690 Added domain CABMETT S-1-5-21-152333396-1085931942-888221323 Added domain DGPA S-1-5-21-125376681-1420513705-1230779191 Added domain CGPC S-1-5-21-114899144-1718052673-777934057 Added domain SIC S-1-5-21-113796826-39130958-1829272640 Added domain MIILOS S-1-5-21-82779875-1687896728-1829272640 Added domain DSCR S-1-5-21-68842957-1011941955-1381133839 Added domain SG S-1-5-21-49494143-632293237-1230779191 Added domain DRAST S-1-5-21-46415174-971138297-457192195 Added domain SPE S-1-5-21-41034656-1638360388-1822381206 Added domain DPS S-1-5-21-31408706-1629690792-2042955738 Added domain DR S-1-5-21-2144601217-442196626-1381133839 Added domain DAFAG S-1-5-21-2138249453-1853437234-667646791 Added domain DAEI S-1-5-21-2128623502-1590714872-829631973 Added domain DTMPL S-1-5-21-2126277046-122500015-382417117 Added domain RITAC S-1-5-21-2123242984-696341304-226366656 Added domain CETPB S-1-5-21-9395636-1261903606-1011632211 Added domain INTRANET S-1-5-21-858271965-1473476929-464344438 Added domain BUILTIN S-1-5-32 Added domain DT-FICS S-1-5-21-1254192237-2473297329-3152707237 rpc: trusted_domains [ 2591]: request interface version [ 2591]: request location of privileged pipe [ 2591]: list users cm_get_ipc_userpass: No auth-user defined Could not open a connection to INTRANET for \PIPE\samr (NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND) cli_pipe: return critical error. Error was Call timed out: server did not respond after 10000 milliseconds resolve_lmhosts: Attempting lmhosts lookup for name CETPB<0x1c> resolve_wins: Attempting wins lookup for name CETPB<0x1c> resolve_wins: using WINS server x.x.x.x and tag '*' Negative name query response, rcode 0x03: The name requested does not exist. name_resolve_bcast: Attempting broadcast lookup for name CETPB<0x1c> Connection to for domain DT (pipe \PIPE\NETLOGON) has died or was never started (fd == -1) cm_get_ipc_userpass: No auth-user defined Thanks for your help.