On Fri, Nov 11, 2011 at 2:36 PM, robert mckennon <[email protected]>wrote:

>  Can you post the command you are using from linux to connect to the
> samba share, and the errors?
>

Well, I've tried it three different ways. First, through the gui using the
"connect to server" under places. That doesn't work. Then I tried mounting
it from the command line as this:
sudo mount -t cifs //192.168.1.207/share /mnt -o
auto,username=user,password=pass,file_mode=0777,dir_mode=0777,rw
and that _kinda_ works. It mounts the share and I can browse but not modify
files (like I connected as a guest) UNLESS I sudo it. (I can't "touch
something" but I can "sudo touch something".) Finally, I tried smbclient as:
sudo smbclient //192.168.1.207/share -U user
and I get the following error:
[sudo] password for pspicer:
Enter user's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33-3.14.el5]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client lanman
auth' is disabled
tree connect failed: NT_STATUS_ACCESS_DENIED

Reply via email to