--- doc/build/confexamples/smb.conf 2002/02/04 14:28:24 1.1 +++ doc/build/confexamples/smb.conf 2003/02/03 18:03:51 1.4 @@ -1,5 +1,22 @@ -# Samba config file created using LON-CAPA system -# Date: 2000/09/16 20:15:55 +############################################################################### +############################################################################### +# +# Samba configuration +# +# +# This is an example configuration file for Samba; it is distributed +# with LON-CAPA. A typical location for this configuration file is: +# /etc/smb.conf on older systems OR +# /etc/samba/smb.conf on newer systems. +# +# This is meant to configure Samba software: +# http://www.samba.org/ +# +# This is supposed to allow Mircrosoft machines the ability to access +# a LON-CAPA filesystem over the network via the Network Neighborhood tool. +# +############################################################################### +############################################################################### # Global parameters [global] @@ -16,4 +33,5 @@ comment = Home Directories writeable = Yes browseable = Yes -123 + create mode = 0664 + directory mode = 0775