# # Copyright (c) 1999-2002 by Sun Microsystems, Inc. # All rights reserved. # # Variables that you need to set before running this script # # - NT Domain Name or Workgroup Name # - Samba NetBIOS Name # - Samba NetBIOS Logical Hostname # - Samba Security # # Note: Please be aware that this sample smb.conf file is # simply meant to get your started. You should read # the smb.conf man page for a complete description # of the options listed here. # # Furthermore, /global/samba is used here to match up # with the Sun Cluster HA for Samba documentation. You # will need to change this if your path is different. # Global parameters [global] workgroup = DRDM01 netbios name = classfs interface = classfs interfaces = classfs/255.255.255.0 bind interfaces only = Yes security = domain encrypt passwords = Yes password server = * server string = Samba (%v) domain (%h) template homedir = /usr/local/samba/home/%D/%U lock dir = /dna/samba/locks pid directory = /dna/samba/var/locks log file = /var/opt/samba/smb.log log level = 2 wins server = 10.39.8.1 10.39.16.1 winbind uid = 19000-21000 winbind gid = 19000-19000 winbind enum users = yes winbind enum groups = yes winbind cache time = 300 winbind use default domain = true allow trusted domains = no keepalive = 300 [NETLOGON] path=/dna/samba/netlogon read only=yes [scmondir] comment = Monitor directory for Sun Cluster path = /tmp browseable = No [homes] comment = Home Directory for %U browseable = no writable = yes create mode = 0664 directory mode = 0775 [tmp] comment = Temporary file space path = /tmp read only = No guest ok = Yes [17entexe] comment = entexe file share path = /class17fs/entexe read only = No guest ok = Yes [17eps] comment = /eps file share path = /class17fs/eps read only = No [17images] comment = /images file share path = /class17fs/images read only = No [14ads] comment = /ads file share path = /class14fs/ads read only = No [14arc] comment = archive ads on prd2 path = /class14fs/arc read only = No [14eps] comment = /eps file share path = /class14fs/eps read only = No [14images] comment = /images file share path = /class14fs/images read only = No [14entexe] comment = entexe file share path = /class14fs/entexe read only = No guest ok = Yes [14entexe2k] comment = entexe2k file share path = /class14fs/entexe2k read only = No guest ok = Yes