Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: STATUS_LOGON_FAILURE (0xC000006D) : The attempted logon is invalid. This is either due to a bad username or authentication information. #44

Open
azamsolix opened this issue Nov 24, 2020 · 6 comments

Comments

@azamsolix
Copy link

I am getting this error.However,My credentials are corre
cifserror
ct

@bArraxas
Copy link

Exactly same problem (and i'm tilting).

  • why ending share with "$" ?
  • why ending passord wtih "!" ?
  • what is thtat domain ?? My user is a local synology user without domain. What i'm supposed to write ?

The error message is so unprecise ! I can put what i wan in

  • share folder (no ip but share folder)
  • username
  • password
  • domain
    The error message is THE SAME.

It's crazy...

@bArraxas
Copy link

bArraxas commented Oct 24, 2021

I think it's because domain, i had yet try all of those :

  • administrator
  • adminstrators
  • DISKSTATION
  • local
  • syno
  • synology
  • WORKGROUP
  • NULL
  • UNDEFINED
  • ngnix
  • system
  • default
  • user
  • users

Noone works...

@taylortom
Copy link

taylortom commented Oct 26, 2021

Having the same issue, unprotected guest shares on the same server work fine for me, but get the STATUS_LOGON_FAILURE error for anything with a username/password.

Works:

{
        share: '\\\\localserver\\public',
        domain: 'WORKGROUP',
        username: 'guest'
}

Doesn't work:

{
        share: '\\\\localserver\\private',
        domain: 'WORKGROUP',
        username: 'user',
        password: 'password'
}

@Liyam2023
Copy link

Did you find a solution?

@maikonayres
Copy link

Same problem. Who have solution?

@maikonayres
Copy link

In my case i need set the flag => ntlm auth = yes

[global]
workgroup = WORKGROUP
server string = Samba
server min protocol = SMB2_10
smb encrypt = auto
server signing = auto
security = user
ntlm auth = yes

[shared]
path = /home/shared
public = yes
browseable = yes
writable = yes
comment = My files
read only = no
printable = no
create mask = 0777
directory mask = 777
browseable = yes
read only = no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants