Re: Can't become connected user!
From: Dave Uhring (daveuhring_at_yahoo.com)
Date: 05/16/05
- Next message: Davorin Vlahovic: "Re: linux laptop ?"
- Previous message: Red PIll: "Re: New to Linux. I'm not impressed :("
- In reply to: GunFro: "Re: Can't become connected user!"
- Next in thread: GunFro: "Re: Can't become connected user!"
- Reply: GunFro: "Re: Can't become connected user!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Davorin Vlahovic: "Re: linux laptop ?"
- Previous message: Red PIll: "Re: New to Linux. I'm not impressed :("
- In reply to: GunFro: "Re: Can't become connected user!"
- Next in thread: GunFro: "Re: Can't become connected user!"
- Reply: GunFro: "Re: Can't become connected user!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]