Difference between revisions of "SMB / Samba NAS Configurations"
From LinuxMCE
Rwilson131 (Talk | contribs) (May be better to delete categories in the two documents and only have this in Tutorials) |
Justnulling2 (Talk | contribs) |
||
Line 3: | Line 3: | ||
Problem: we have shares for each users. if I want to access it from Windows, I have to enter password. if I don't this on first access, windows won't ask my anymore to enter password and just denies access. How can I force windows, to reenter password for share ??? | Problem: we have shares for each users. if I want to access it from Windows, I have to enter password. if I don't this on first access, windows won't ask my anymore to enter password and just denies access. How can I force windows, to reenter password for share ??? | ||
+ | |||
+ | If your samba password doesn't work then run this on core to update your samba password: | ||
+ | sudo smbpasswd pluto_USER | ||
+ | where USER is your username. For instance to change john's password run sudo smbpasswd pluto_john | ||
+ | |||
[[Category: Tutorials]] | [[Category: Tutorials]] |
Revision as of 19:34, 15 May 2008
How to setup Samba with two workgroups?
How to setup Samba to follow symbolic links?
Problem: we have shares for each users. if I want to access it from Windows, I have to enter password. if I don't this on first access, windows won't ask my anymore to enter password and just denies access. How can I force windows, to reenter password for share ???
If your samba password doesn't work then run this on core to update your samba password:
sudo smbpasswd pluto_USER
where USER is your username. For instance to change john's password run sudo smbpasswd pluto_john