User Tools

Site Tools


servers:bsd:samba

This is an old revision of the document!


Information

  • Samba
  • SMB server

Prerequisites

Dependencies

su -
pkg install 'samba423'

Service

su -
sysrc samba_server_enable="YES" 

User

su -
pdbedit -a -u 'espionage724'

Settings

su -
ee '/usr/local/etc/smb4.conf' && service 'samba_server' start
[global]
security = user
passdb backend = tdbsam

[NAS]
path = /mnt/NAS1
guest ok = no
public = no
browsable = no
read only = no
writable  = yes
valid users = espionage724

# End
/usr/local/www/wiki/data/attic/servers/bsd/samba.1782104387.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki