# =============================================================================
#
# A setup for SuSE 7.1 - 1 Linux box, 2 Win98 boxes, 1 VMware WinNT "box".
#
# SMB config file for my system. Remember to be careful when setting
# things up with VMWare. You can get conflicts on the Samba parameters.
# You don't really want both running Samba!!! Comments in this file MUST
# be on lines of their own!!
#
# To stop and start on a SuSE system.
# /etc/rc.d/smb stop
# /etc/rc.d/smb start
# Use "testparm" to check the settings.
#
# ======================= Global Settings =====================================
[global]
; workgroup = put here the name of the domain as you see it in NETWORK NEIGHB.l
workgroup = TRComputing
netbios name = dusty-tr
server string = Samba SMB server 2.2.0a
os level = 33
local master = yes
preferred master = yes
socket options = TCP_NODELAY
interfaces = 192.168.0.2/255.255.255.0
#
browseable = yes
writeable = yes
hosts allow = 192.168.0. 127.
log file = /var/log/samba/log.%m
max log size = 50
#
; password server = dusty-tr
; encrypt passwords = yes
; smb passwd file = /etc/smbpasswd
; unix password sync = yes
; passwd program = /usr/bin/passwd
user = ctaylor, administrator
; security = user
security = share
; security = server
; security = domain
# ============================ Share Declarations ==============================
[homes]
comment = Home Directories
browseable = no
writeable = yes
create mode = 0755
#[printers]
# comment = All Printers
# path = /var/spool/lpd
# browseable = no
# printable = yes
# public = yes
# read only = yes
# create mode = 0700
[WrkDev]
comment = Directory for Work development - P4.
path = /home/ctaylor/WrkDev
browseable = yes
read only = no
create mode = 0755
[CXL52]
comment = Directory for CXL by Mike Smedley - P4.
path = /home/ctaylor/CXL52
browseable = yes
read only = no
create mode = 0755
[public_html]
comment = Directory for HTML work - P4.
path = /home/ctaylor/public_html
browseable = yes
read only = no
create mode = 0755
[Personal]
comment = Directory of Personal stuff - P4.
path = /home/ctaylor/Personal
browseable = yes
read only = no
create mode = 0755
[NTfiles]
comment = Directory for NT files -P4.
path = /home/ctaylor/NTfiles
browseable = yes
read only = no
create mode = 0755
[WebClass]
comment = Directory for Web Class files - P4.
path = /home/ctaylor/WebClass
browseable = yes
read only = no
create mode = 0755
[Downloads]
comment = Download Directory - P4.
path = /home/ctaylor/Downloads
browseable = yes
read only = no
create mode = 0755
[zip]
comment = Zip Drive on P4.
path = /zip
browseable = yes
read only = no
create mode = 0777
# ================================================================
[p2zip]
comment = Zip Drive on PII.
path = /p2zip
browseable = yes
read only = no
create mode = 0755
# ================================================================
[WinDrvD]
comment = Directory for my Win Drive D - P4.
path = /windows/D
browseable = yes
read only = no
create mode = 0777