Re: Can't become connected user!

From: Dave Uhring (daveuhring_at_yahoo.com)
Date: 05/16/05


Date: Mon, 16 May 2005 09:02:11 -0500

On Mon, 16 May 2005 09:13:26 +0000, GunFro wrote:

> At the time off the error I open windows explorer (from another machine) and
> start browsing the samba shares.

>From the source:

        if (!change_to_user(conn, conn->vuid)) {
                /* No point continuing if they fail the basic checks */
                DEBUG(0,("Can't become connected user!\n"));
                conn_free(conn);
                *status = NT_STATUS_LOGON_FAILURE;
                return NULL;

it appears that you probably entered an incorrect password.