Annotation of doc/build/confexamples/smb.conf, revision 1.3

1.2       harris41    1: ###############################################################################
                      2: ###############################################################################
                      3: #
                      4: # Samba configuration
                      5: #
                      6: # Scott Harrison
                      7: #
                      8: # This is an example configuration file for Samba; it is distributed
                      9: # with LON-CAPA.  A typical location for this configuration file is:
                     10: #    /etc/smb.conf on older systems OR
                     11: #    /etc/samba/smb.conf on newer systems.
                     12: #
                     13: # This is meant to configure Samba software:
                     14: #    http://www.samba.org/
                     15: #
                     16: # This is supposed to allow Mircrosoft machines the ability to access
                     17: # a LON-CAPA filesystem over the network via the Network Neighborhood tool.
                     18: #
                     19: ###############################################################################
                     20: ###############################################################################
1.1       harris41   21: 
                     22: # Global parameters
                     23: [global]
                     24:     workgroup = LONCAPA_msu
                     25:     netbios name = msua3
                     26:     server string = Samba Server
                     27:     encrypt passwords = Yes
                     28:     log file = /var/log/samba/log.%m
                     29:     max log size = 0
                     30:     socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
                     31:     dns proxy = No
                     32: 
                     33: [homes]
                     34:     comment = Home Directories
                     35:     writeable = Yes
                     36:     browseable = Yes
1.3     ! harris41   37:     create mode = 0664
        !            38:     directory mode = 0775

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