Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] SMB user config
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: SMB user config
29th Dec, 2015, 08:13 PM
Post: #5
Pascal Offline
Registered
Posts: 8
Joined: Feb 2015
Reputation: 0
RE: SMB user config
Old thread, but I was looking for the same kind of thing
I did it with defining xbian as samba user with a password :
Terminal
sudo smbpasswd xbian
then defining shares in /etc/samba/shares.conf
For me it looks like this :
- disable xbian-xbmc, in the latest distrib, .xbmc doesn't exist anymore
- xbian and logs available only for xbian
- a dropbox dir to allow guests to upload files
- an exemple of directory in read only mode for guests
- an exemple of directory in read/write mode for xbian only

Terminal

[xbian]
path = /home/xbian
guest ok = no
read only = no
force user = xbian
browseable = yes

#[xbian-xbmc]
# path = /home/xbian/.xbmc
# guest ok = yes
# read only = no
# force user = xbian
# browseable = yes

[xbian-kodi]
path = /home/xbian/.kodi
guest ok = no
read only = no
force user = xbian
browseable = yes

[system-logs]
path = /var/log
guest ok = no
read only = yes
force user = root
browseable = yes

[DropBox]
path = /your/path/to/DropBox
guest ok = yes
read only = no
force user = xbian
browseable = yes

[dir-guest-ro]
path = /your/path/to/dir
guest ok = yes
read only = yes
force user = xbian
browseable = yes

[dir-xbian-rw]
path = /your/path/to/dir
guest ok = no
read only = no
force user = xbian
browseable = yes
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
SMB user config - Eisregen04 - 12th Mar, 2014, 09:54 AM
RE: SMB user config - IriDium - 15th Mar, 2014, 02:38 AM
RE: SMB user config - mk01 - 16th Mar, 2014, 08:12 AM
RE: SMB user config - Despendo - 9th May, 2014, 05:39 AM
RE: SMB user config - Pascal - 29th Dec, 2015 08:13 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 24th May, 2025, 02:35 PM Powered By MyBB, © 2002-2025 MyBB Group.