On Mon, Nov 25, 2002 at 10:14:12AM -0600, Benjamin Herbert wrote: > Im running samba 2.2.7 on a redhat 7.2 machine. I run winbindd and it > says it can't connect to the Win2k machine. I know that this is due to > the fact the anonymous connections arent allowed. So to fix this I run > 'wbinfo -A admin%password'. Looking at winbindd in interactive and > debug mode I see that winbind now uses admin to try to connect but now > winbind crashes with this error: > > 000018 lsa_io_r_enum_trust_dom > 0018 enum_context : 80000000 > 001c num_domains : 00000000 > 0020 ptr_enum_domains: 00000000 > 0024 status: NT_STATUS_NO_MORE_ENTRIES
The no more entries status code is not an error. It just means that there are no trusted domains to return for this call. > invalid permissions on socket directory /tmp/.winbindd > failed to create socket > > I checked the permissions on /tmp/.winbindd and it's owned by root with > 777 permissions. The winbindd socket cannot have 777 permissions - that's a security hole. I'm not sure how it got that way in the first place??? Try doing rm -rf /tmp/.winbindd and restarting. Tim. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
