From 2d5f7ebde4d8a1a8660f29cd867f66a312bdb375 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 7 Jul 2002 17:35:51 +0000 Subject: samba: m4 script: Improve documentation. --- samba/smb-shares.conf.m4 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'samba') diff --git a/samba/smb-shares.conf.m4 b/samba/smb-shares.conf.m4 index c989d68..e7c6c2f 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 -$Id: smb-shares.conf.m4,v 1.13 2002-07-07 17:15:52 jonas Exp $ +$Id: smb-shares.conf.m4,v 1.14 2002-07-07 17:35:51 jonas Exp $ m4 share definitions for generating Samba server smb.conf include file @@ -12,25 +12,26 @@ Depend on file /etc/local-COMMON/file-.m4 containing lines of the following syntax: _dir(,,,)dnl _homefiles(,,,[,ro])dnl - _files(,,,,,,[[,ro[,]|,rw,[,]][,private]])dnl + _files(,,,,,,[,ro[,]|,rw,[,]])dnl where : Client operating systems (mac|win|any) : Mount point name - Samba: Use single word and max. 8 characters for backwards compatibility Some mount points are handled specially: "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 - : Mount point description (iso8859-1 is (fully?) supported) + Samba: Use single word and max. 8 characters for WfW compatibility + : Mount point description. Full(?) support for iso8859-1. : Full path to mount point directory : user name of owner of mount point directory : group name of owner of mount point directory : Numeric access modes of mount point directory ro|rw|rop|rwp: Read-only or read/write access to mount point, and wether it should be private (not publically announced). - Private read-only access if undefined. - _homefiles are always private. - : Primary group with access to mountpoint. If mount point has access "rw" then primary group has read/write access as well. + Read-only access if undefined. + _homefiles are always private. + : Primary group with access to mountpoint. + If mount point has access "rw" then primary group has read/write access as well. : Secondary group with readonly access Example: -- cgit v1.2.3