You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if your answer, but the LINUX guest account is"nobody" and a single space for the password.
i.e.
d := &smb2.Dialer{
Initiator: &smb2.NTLMInitiator{
User: "nobody",
Password: " ",
},
}
my server samba/smb.config for unlimited (! warning) access on local network=
[N]
path = /Z
browerable = yes
writeable = yes
read only - no
guest ok = yes
Are there plans for anonymous login support? If you do not provide credentials, when calling
Dialer.Dial()
, you get:I noticed the @gboddin in PR #29 references a fork here that supports it. Can we upstream it here?
The text was updated successfully, but these errors were encountered: