Windows Share
badrinarayan
ulist at gs1.ubuntuforums.org
Wed Apr 12 03:29:46 UTC 2006
You need to explicitly enable share-level security instead of user-level
security for samba. To do so, open a terminal and type
Code:
--------------------
sudo gedit /etc/samba/smb.conf
--------------------
Scroll down to the commented line that says
Code:
--------------------
; security = user
--------------------
Add the following line after it
Code:
--------------------
security = share
--------------------
Now, restart samba to let changes take effect
Code:
--------------------
sudo /etc/init.d/samba restart
--------------------
--
badrinarayan
More information about the ubuntu-users
mailing list