View Single Post
  #1   (View Single Post)  
Old 26th February 2015
epitaxial epitaxial is offline
Port Guard
 
Join Date: Feb 2015
Posts: 21
Default Samba permissions

Hello all, I am having an issue with Samba (3.6.15) and OpenBSD 5.6. I can see the files from my Windows 7 box but they all appear as 0 bytes and cannot be opened. Here is my smb.conf

Code:
#============= Global Settings =======================#

[global]
   host msdfs = no
   mangled names = no
   bind interfaces only = yes
   deadtime = 15
   default case = lower
   disable netbios = yes
   dns proxy = no
   domain master = no
   encrypt passwords = true
   guest ok = yes
   guest only = no
   interfaces = em0
   invalid users = nobody root
   load printers = no
   max connections = 10
   netbios name = openbsd
   preferred master = yes
   preserve case = no
   printable = no
   security = user
   server string = Samba Share
   socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
   strict sync = no
   sync always = no
   syslog = 1
   syslog only = yes
   workgroup = WORKGROUP

#============ Share Definitions =======================#
[Video]
   path = /home/video
   read-only = no
   public = yes
The local OpenBSD account has no problems reading the files so that leads me to believe it is a samba issue. Any ideas?
Reply With Quote