On Tue, Apr 09, 2002 at 04:52:21PM -0700, Orwig, Paul wrote: > I am not certain of the annonymous queries. > I see an entry in the log.winbindd that states: > > [2002/04/05 17:59:35, 3] nsswitch/winbindd_cm.c:cm_init_creds(211) > IPC$ connections done anonymously > > followed by a message: > > [2002/04/05 17:59:35, 3] lib/util_sock.c:open_socket_out(830) > Connecting to 10.141.1.170 at port 445 > [2002/04/05 17:59:35, 2] lib/util_sock.c:open_socket_out(858) > error connecting to 10.141.1.170:445 (Invalid argument) > > I noticed this last one each time winbindd fails.
You can set the user to authenticate with by using the --set-auth-user option to wbinfo. # wbinfo --set-auth-user=DOMAIN\\user%password After this has been done there should be an entry like "IPC connections done by user DOMAIN\\user" in the log file. Tim.
