Re: [Samba] Doh !

2006-06-04 Thread Dave S
OK bury head in sand job !

Samba smb.conf is working fine. I was getting thrown by 

[EMAIL PROTECTED]:/mnt/samba/archive/dave-comp_backup$ touch test
[EMAIL PROTECTED]:/mnt/samba/archive/dave-comp_backup$ ls -al
total 12
drwxrwx--- 1 dave dave 4096 2006-06-01 21:13 .
drwxrwx--- 1 dave dave 4096 2006-06-01 21:07 ..
drwxrwx--- 1 dave dave 4096 2006-06-01 21:05 
2006-06-01_21.04.10.326411.dave-comp.ful
-rw-rw 1 dave dave0 2006-06-01 21:13 test
[EMAIL PROTECTED]:/mnt/samba/archive/dave-comp_backup$

where I expected -rw-- as defined in smb.conf. However when I actually 
accessed the file it was restricted as in smb.conf ie --rw--. the ls -al 
just shows how it was mounted.

Doh - Oh well wont forget that again in a hurry :)

Dave

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Doh!

2002-10-16 Thread DJ Busch

I forgot to attach the smb.confso here ya's go.  Thanks.

DJ Busch

# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/10/16 21:47:46

# Global parameters
[global]
workgroup = LEGEND
netbios name = LUKE
server string = Dave's Linux Experiment Gone Wrong
interfaces = eth0
bind interfaces only = Yes
security = SHARE
encrypt passwords = Yes
null passwords = Yes
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 33
lm announce = True
preferred master = True
domain master = True
dns proxy = No
guest account = default
hosts allow = ALL

[homes]
comment = Home Directories
path = /home
read only = No
guest ok = Yes

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[hp]
path = /var/spool/samba
read only = No
guest ok = Yes
printable = Yes
printer name = hp
oplocks = No