June 2016
Intermediate to advanced
152 pages
3h 30m
English
Samba supports granting authenticated access to shares in addition to making them available as public shares.
testuser:
sudo useradd testuser
sudo smbpasswd –a testuser
smb.conf to set the valid users for the share:[myshare] path = /home/share guest ok = yes read only = yes valid users = testuser
As mentioned in the preceding, Samba users must be backed by a system ...
Read now
Unlock full access