diff options
Diffstat (limited to 'samba')
-rw-r--r-- | samba/smb-shares.conf.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/samba/smb-shares.conf.m4 b/samba/smb-shares.conf.m4 index e7c6c2f..fc6123f 100644 --- a/samba/smb-shares.conf.m4 +++ b/samba/smb-shares.conf.m4 @@ -2,7 +2,7 @@ ifelse(` /etc/samba/smb-shares.m4 Copyright 2002 Jonas Smedegaard <dr@jones.dk> -$Id: smb-shares.conf.m4,v 1.14 2002-07-07 17:35:51 jonas Exp $ +$Id: smb-shares.conf.m4,v 1.15 2002-07-07 21:08:08 jonas Exp $ m4 share definitions for generating Samba server smb.conf include file @@ -20,7 +20,7 @@ where "netlogon" has browsing and share modes disabled "userprofiles" sets "force user" and pre-creates user subdirectory mode 700 "reference" allows guests - "homes" pre-creates directory mode 750 + "homes" has read/write access and pre-creates directory mode 750 Samba: Use single word and max. 8 characters for WfW compatibility <desc>: Mount point description. Full(?) support for iso8859-1. <path>: Full path to mount point directory @@ -30,6 +30,7 @@ where ro|rw|rop|rwp: Read-only or read/write access to mount point, and wether it should be private (not publically announced). Read-only access if undefined. _homefiles are always private. + _homefiles are by default read-only, except "homes" (see above). <group>: Primary group with access to mountpoint. If mount point has access "rw" then primary group has read/write access as well. <othergroup>: Secondary group with readonly access @@ -49,6 +50,7 @@ TODO: Support for netatalk is not yet implemented. <othergroup> is not yet implemented. Get rid of <os>: <othergroup> is now 10nth parameter which is only available in GNU m4. + All _homefiles (including "homes") should probably have similar access default (read-only). ')dnl changequote(<, >)dnl |