Page 1 of 1

Samba Client - Using Windows Domain Shares?

Posted: Sat Jul 20, 2013 6:10 am
by lonelon2000
I've been able to get the samba (smb) client running on my UN55B7000, but I'm not seeing any shares. I currently have a Windows Active Directory domain, so I've updated my 04_04_samba.init file in the following section:

##### CHANGE MEEEEE !!!!! ######
USER="WALLNET\dmwall02"
PASSWD="<omitted>"
PERM="ro" # can be ro or rw
##### CHANGE MEEEEE END ######

The share itself has been assigned read-only permissions to Everyone. Is there a way I can just add the IP of the server that has the shares?

Thanks.

Re: Samba Client - Using Windows Domain Shares?

Posted: Sat Jul 20, 2013 6:40 am
by juusso
You can set server and share names manually. For example:
SERVER="192.168.1.2"
SHARES="Video, Music, Photo"