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, 9 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

###############################################################################
###############################################################################
#
# Samba configuration
#
# Scott Harrison
#
# This is an example configuration file for Samba; it is distributed
# with LON-CAPA.  A typical location for this configuration file is:
#    /etc/smb.conf on older systems OR
#    /etc/samba/smb.conf on newer systems.
#
# This is meant to configure Samba software:
#    http://www.samba.org/
#
# This is supposed to allow Mircrosoft machines the ability to access
# a LON-CAPA filesystem over the network via the Network Neighborhood tool.
#
###############################################################################
###############################################################################

# Global parameters
[global]
    workgroup = LONCAPA_{{{{[lonDefDomain]}}}}
    netbios name = {{{{[lonHostID]}}}}
    server string = Samba Server
    encrypt passwords = Yes
    log file = /var/log/samba/log.%m
    max log size = 0
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    dns proxy = No

[homes]
    comment = Home Directories
    writeable = Yes
    browseable = Yes
    create mode = 0664
    directory mode = 0775

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