Debian Samba share. no password. read only

Just install samba server:

apt-get install samba

edit the config:

nano /etc/samba/smb.conf

set security to “share”

security = share

and guest account to nobody

guest account = nobody

then you just need to create your share like this:

[guest share]
comment = a guest share
path = /path/to/files
browseable = yes
read only = yes
guest ok = yes

Related posts:

  1. Group share for a Active Directory domain group with Samba
  2. Join Debian Lenny to Active Directory using Samba

  1. No comments yet.

  1. No trackbacks yet.

 

Switch to our mobile site