diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-04-22 11:02:11 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-04-22 11:02:11 +0000 |
commit | e9f34cfa51f203e62887c7520ce3b7e5425f4e07 (patch) | |
tree | 5e7948ebcecc3ae2faa715eb6820f2b8fa9abd54 /samba | |
parent | cdb3d5a9636714d2e26b935f10ad4d0ca0f8f687 (diff) |
Document special handling of some mount points in smb-shares.m4.
Diffstat (limited to 'samba')
-rw-r--r-- | samba/smb-shares.m4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/samba/smb-shares.m4 b/samba/smb-shares.m4 index de8e06e..9176a2d 100644 --- a/samba/smb-shares.m4 +++ b/samba/smb-shares.m4 @@ -2,7 +2,7 @@ ifelse(` /etc/samba/smb-shares.m4 Copyright 2002 Jonas Smedegaard <dr@jones.dk> -$Id: smb-shares.m4,v 1.9 2002-04-16 22:51:27 jonas Exp $ +$Id: smb-shares.m4,v 1.10 2002-04-22 11:02:11 jonas Exp $ m4 share definitions for generating Samba server smb.conf include file @@ -15,7 +15,13 @@ the following syntax: _files(<os>,<mount>,<desc>,<path>,<uid>,<gid>,<modes>[,ro[,<group>]|,rw,<group>[,<othergroup>]])dnl where <os>: Client operating systems (mac|win|any) - <mount>: Mount point name (Samba: single word and max. 8 characters for backwards compatibility) + <mount>: Mount point name + Samba: Use single word and max. 8 characters for backwards compatibility + Some mount points are handled specially: + "netlogon" has browsing disabled + "userprofiles" pre-creates user subdirectory mode 700 + "reference" allows guests + "homes" pre-creates directory mode 755 (FIXME: that's bad!!!) <desc>: Mount point description (iso8859-1 is (fully?) supported). <uid>: user name of mountpoint owner <gid>: group name of mountpoint owner |