Diff for /loncom/smb.conf between versions 1.3 and 1.5

version 1.3, 2002/05/16 00:02:21 version 1.5, 2002/07/27 23:29:29
Line 1 Line 1
 # Samba config file created using LON-CAPA system  ###############################################################################
 # Scott Harrison, 5/15/2002  ###############################################################################
   #
   # Samba configuration
   #
   # Scott Harrison
   #
   # 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 parameters
 [global]  [global]
Line 16 Line 34
     comment = Home Directories      comment = Home Directories
     writeable = Yes      writeable = Yes
     browseable = Yes      browseable = Yes
       create mode = 0664
       directory mode = 0775

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>