File:  [LON-CAPA] / loncom / smb.conf
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jul 9 16:20:13 2002 UTC (21 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
BUG 572 fix as solved by Felicia

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

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