File:  [LON-CAPA] / loncom / smb.conf
Revision 1.3: download - view: text, annotated - select for diffs
Thu May 16 00:02:21 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE, HEAD
fixing header a bit

    1: # Samba config file created using LON-CAPA system
    2: # Scott Harrison, 5/15/2002
    3: 
    4: # Global parameters
    5: [global]
    6:     workgroup = LONCAPA_{{{{[lonDefDomain]}}}}
    7:     netbios name = {{{{[lonHostID]}}}}
    8:     server string = Samba Server
    9:     encrypt passwords = Yes
   10:     log file = /var/log/samba/log.%m
   11:     max log size = 0
   12:     socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   13:     dns proxy = No
   14: 
   15: [homes]
   16:     comment = Home Directories
   17:     writeable = Yes
   18:     browseable = Yes

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