File:  [LON-CAPA] / loncom / smb.conf
Revision 1.5: download - view: text, annotated - select for diffs
Sat Jul 27 23:29:29 2002 UTC (21 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, HEAD
improving documentation

    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: ###############################################################################
   21: 
   22: # Global parameters
   23: [global]
   24:     workgroup = LONCAPA_{{{{[lonDefDomain]}}}}
   25:     netbios name = {{{{[lonHostID]}}}}
   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
   37:     create mode = 0664
   38:     directory mode = 0775

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.