Good daytime.
I install SAMBA server, add folder to list of shared folders.
Windows computer see it corrently, but, when I try to enter folder, ask for login+password and doesn’t accept any.
I try to use linux log/pass, try to set permission to folder in filesustem, manualy edit “sbmusers” file, adding to it windows users login. Without result.
What I can to do?
This could be several things. Sometimes it’s because the share is structured to require a network user to supply a username and password that matches the credentials stored in the Samba user database – but no credentials have been put in the Samba user database – so it can’t connect.
Add the Linux owner (e.g. entwhistler) to the samba password database with this command:
sudo smbpasswd -a entwhistler
and then from windows supply the Samba credentials you entered for entwhistler.
Might help, might be one of the other reasons, try that first.
This helps!
Thank you very much!