Annotation of loncom/smb.conf, revision 1.6

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

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