HELP!! PDOXUSRS.NET database lockfile issue?

Tim Reimers tim at pisgah.new-era.com
Thu Jul 15 19:28:37 GMT 1999


Hi everyone-

I have a problem I'm unable to solve-

I have installed Samba 2.0.3-0d (which ships with Caldera 2.2)
on a largish Linux system.-

Samba is providing several shares, and is the domain controller for 95/98
workstations- this all works OK, including login scripts (thanks to some of
you for answering howto-s on that one!)

I have one problem, which is VERY critical -

One of the shares is for a database written in Borland's Paradox -

It uses a file called PDOXUSRS.NET - this file has something to do with
record locking- 

As things stand, only _ONE_ workstation at a time can access the Paradox
database. 
Any second/third/fourth workstation gets a message
"Cannot initialise BDE - cannot access network lock file
R:\ACSNET\PDOXUSRS.NET', network init failed."

The interesting thing here is that the company that wrote this product
_does_ have it running, on Samba 1.7.19d -

There MUST be something different between our two configs regarding locking
or access or something...
Something -moved- in Samba 2.0.3, and I don't know what....

Attached are:
1.The smb.conf file from the known to work samba/paradox config
smb.conf.acs


2.the testparm.txt results from that system.
testparm.acs

3. a ls -la from their share, showing owner/group/rights
ls-la-works.txt

4.My own smb.conf file,
smb.conf.203

5.and my own testparm.txt file
testp.txt

6. an ls -la from my install....
filelist

Someone please offer some advice on what the difference is here......


Note that the share contents have been copied from a share on a 95 box,
which doesn't have this problem....

thanks for any help that anyone can offer...
I'm getting pretty desperate- this is why we sold them Linux, and now I
can't make our favorite OS look better than NT... or Novell.... 


tim
and 
-------------- next part --------------
; The global setting for a RedHat default install
; smbd re-reads this file regularly, but if in doubt stop and restart it:
; /etc/rc.d/init.d/smb stop
; /etc/rc.d/init.d/smb start
;======================= Global Settings =====================================
[global]

; workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
   workgroup = MUTAR_NEBULA

; comment is the equivalent of the NT Description field
   comment = ASTROMECH_DROID

; volume = used to emulate a CDRom label (can be set on a per share basis)
   volume = LINUX

; printing = BSD or SYSV or AIX, etc.
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

; Uncomment this if you want a guest account
  guest account = guest
   log file = /var/log/samba-log.%m
; Put a capping on the size of the log files (in Kb)
   max log size = 50

; Options for handling file name case sensitivity and / or preservation
; Case Sensitivity breaks many WfW and Win95 apps
;   case sensitive = yes
    short preserve case = yes
    preserve case = yes

; Security and file integrity related options
   lock directory = /var/lock/samba
   locking = yes
   strict locking = yes
;   fake oplocks = yes
   share modes = yes
; Security modes: USER uses Unix username/passwd, SHARE uses WfW type passwords
;        SERVER uses a Windows NT Server to provide authentication services
   security = user
; Use password server option only with security = server
;   password server = <NT-Server-Name>

; Configuration Options ***** Watch location in smb.conf for side-effects *****
; Where %m is any SMBName (machine name, or computer name) for which a custom
; configuration is desired
;   include = /etc/smb.conf.%m

; Performance Related Options
; Before setting socket options read the smb.conf man page!!
   socket options = TCP_NODELAY 
; Socket Address is used to specify which socket Samba
; will listen on (good for aliased systems)
;   socket address = aaa.bbb.ccc.ddd
; Use keep alive only if really needed!!!!
;   keep alive = 60

; Domain Control Options
; OS Level gives Samba the power to rule the roost. Windows NT = 32
;	Any value < 32 means NT wins as Master Browser, > 32 Samba gets it
;   os level = 33
; specifies Samba to be the Domain Master Browser
;   domain master = yes 
; Use with care only if you have an NT server on your network that has been
; configured at install time to be a primary domain controller.
;   domain controller = <NT-Domain-Controller-SMBName>
; Domain logon control can be a good thing! See [netlogon] share section below!
;   domain logons = yes
; run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
; run a specific logon batch file per username
;   logon script = %u.bat
; Windows Internet Name Serving Support Section
; WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;	the default is NO.
;   wins support = yes
; WINS Server - Tells the NMBD components of Samba to be a WINS Client
;	Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z
; WINS Proxy - Tells Samba to answer name resolution queries on behalf of a non
;	WINS Client capable client, for this to work there must be at least one
;	WINS Server on the network. The default is NO.
;   wins proxy = yes

;============================ Share Declarations ==============================
[homes]
   comment = Home Directories
   browseable = no
   read only = no
   preserve case = yes
   short preserve case = yes
   create mode = 0750

; Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
;   comment = Samba Network Logon Service
;   path = /home/netlogon
; Case sensitivity breaks logon script processing!!!
;   case sensitive = no
;   guest ok = yes
;   locking = no
;   read only = yes
;   browseable = yes  ; say NO if you want to hide the NETLOGON share
;   admin users = @wheel

; NOTE: There is NO need to specifically define each individual printer
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   printable = yes
; Set public = yes to allow user 'guest account' to print
   public = yes
   writable = no
   create mode = 0700

;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes

; A publicly accessible directory, but read only, except for people in
; the staff group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @users

; Other examples. 
;
; A private printer, usable only by fred. Spool data will be placed in fred's
; home directory. Note that fred must have write access to the spool directory,
; wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes
;
; A private directory, usable only by fred. Note that fred requires write
; access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no
;
; a service which has a different directory for each machine that connects
; this allows you to tailor configurations to incoming machines. You could
; also use the %u option to tailor it by user name.
; The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writeable = yes
;
;
; A publicly accessible directory, read/write to all users. Note that all files
; created in the directory by users will be owned by the default user, so
; any user with access can delete any other user's files. Obviously this
; directory must be writable by the default user. Another user could of course
; be specified, in which case all files would be owned by that user instead.
[public]
   path = /mnt/hdb1/LOCAL
   public = yes
   only guest = yes
   writable = yes
   printable = no
;[cdrom]
;   path =/mnt/cdrom
;   public = yes
;   only guest = yes
;   writable = no
;   printable = no

;
;
; The following two entries demonstrate how to share a directory so that two
; users can place files there that will be owned by the specific users. In this
; setup, the directory should be writable by both users and should have the
; sticky bit set on it to prevent abuse. Obviously this could be extended to
; as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765

-------------- next part --------------
Load smb config files from /etc/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[public]"
Loaded services file OK.
Press enter to see a dump of your service definitions
Global parameters:
	debuglevel: 2
	syslog: 1
	syslog only: No
	protocol: 5
	security: 1
	printing: 0
	max disk size: 0
	lpq cache time: 10
	announce as: 1
	encrypt passwords: No
	getwd cache: Yes
	read prediction: No
	read bmpx: Yes
	read raw: Yes
	write raw: Yes
	use rhosts: No
	load printers: Yes
	null passwords: No
	strip dot: No
	interfaces: 
	password server: 
	socket options: TCP_NODELAY
	netbios name: 
	netbios aliases: 
	smbrun: /usr/bin/smbrun
	log file: /var/log/samba-log.%m
	config file: 
	smb passwd file: 
	hosts equiv: 
	preload: 
	server string: Samba 1.9.17p4
	printcap name: /etc/printcap
	lock dir: /var/lock/samba
	root directory: /
	default service: 
	message command: 
	dfree command: 
	passwd program: /bin/passwd
	passwd chat: *old*password* %o\n *new*password* %n\n *new*password* %n\n *changed*
	valid chars: 
	workgroup: MUTAR_NEBULA
	domain controller: 
	username map: 
	character set: 
	logon script: 
	logon path: 
	remote announce: 
	socket address: 0.0.0.0
	homedir map: 
	announce version: 4.2
	max log size: 50
	mangled stack: 50
	max mux: 50
	max xmit: 65535
	max packet: 65535
	password level: 0
	keepalive: 0
	deadtime: 0
	time offset: 0
	read size: 16384
	shared mem size: 102400
	shared file entries: 113
	client code page: 850
	os level: 0
	max ttl: 14400
	dns proxy: Yes
	wins support: No
	wins proxy: No
	wins server: 
	preferred master: No
	local master: Yes
	domain master: No
	domain logons: No
	browse list: Yes
	unix realname: No
	NIS homedir: No
	time server: No

Default service parameters:
	comment: ASTROMECH_DROID
	copy: 
	include: 
	exec: 
	postexec: 
	root preexec: 
	root postexec: 
	alternate permissions: No
	revalidate: No
	default case: 0
	case sensitive: No
	preserve case: Yes
	short preserve case: Yes
	mangle case: No
	mangling char: ~
	browseable: Yes
	available: Yes
	path: 
	username: 
	guest account: guest
	invalid users: 
	valid users: 
	admin users: 
	read list: 
	write list: 
	volume: LINUX
	force user: 
	force group: 
	read only: Yes
	max connections: 0
	min print space: 0
	create mask: 0744
	force create mode: 00
	directory mask: 0755
	force directory mode: 00
	set directory: No
	status: Yes
	hide dot files: Yes
	veto files: 
	hide files: 
	guest only: No
	guest ok: No
	print ok: No
	postscript: No
	map system: No
	map hidden: No
	map archive: Yes
	locking: Yes
	strict locking: Yes
	share modes: Yes
	only user: No
	wide links: Yes
	follow symlinks: Yes
	sync always: No
	mangled names: Yes
	fake oplocks: No
	print command: lpr -r -P%p %s
	lpq command: lpq -P%p
	lprm command: lprm -P%p %j
	lppause command: 
	lpresume command: 
	printer: 
	printer driver: NULL
	hosts allow: 
	hosts deny: 
	dont descend: 
	magic script: 
	magic output: 
	mangled map: 
	delete readonly: No
	dos filetimes: No

Service parameters [homes]:
	comment: Home Directories
	browseable: No
	read only: No
	create mask: 0750

Service parameters [printers]:
	comment: All Printers
	browseable: No
	path: /var/spool/samba
	create mask: 0700
	guest ok: Yes
	print ok: Yes

Service parameters [public]:
	path: /mnt/hdb1/LOCAL
	read only: No
	guest only: Yes
	guest ok: Yes

Service parameters [hp6l]:
	comment: 
	path: /var/spool/samba
	read only: No
	create mask: 0700
	guest ok: Yes
	print ok: Yes
	share modes: No
	printer: hp6l

Service parameters [lp1]:
	comment: 
	path: /var/spool/samba
	read only: No
	create mask: 0700
	guest ok: Yes
	print ok: Yes
	share modes: No
	printer: lp1

Service parameters [IPC$]:
	comment: IPC Service (Samba 1.9.17p4)
	path: /tmp
	status: No
	guest ok: Yes
-------------- next part --------------
ACSNET:
total 42796
drwxr-xr-x   8 guest    guest        1024 Jun  8 14:07 .
drwxrwxrwx   5 root     root         1024 Jun 18 11:22 ..
drwxr-xr-x   3 guest    guest       16384 Jun  8 14:02 ACSDATA
drwxr-xr-x   3 guest    guest        1024 Jun  8 14:01 ACSFDAT
-rwxr--r--   1 guest    guest      107912 May 21 08:53 ACSGroup.EXE
drwxr-xr-x   2 guest    guest        1024 Jun  8 13:52 ACSPICT
-rwxr--r--   1 guest    guest         532 Jun  8 14:13 ACSSITE.CPT
-rwxr--r--   1 guest    guest         986 Mar 24 16:13 AWUMHLP.CNT
-rwxr--r--   1 guest    guest       73849 Mar 24 16:24 AWUMHLP.HLP
-rwxr--r--   1 guest    guest     3437496 Apr  1 18:00 BDE.ACS
-rwxr--r--   1 guest    guest      338944 Apr 20 10:55 BDECNFIG.EXE
-rwxr--r--   1 guest    guest      387072 May 24 16:49 CDITOOLS.dll
-rwxr--r--   1 guest    guest      696666 Jun  1 15:54 CG.ACS
-rwxr--r--   1 guest    guest      375148 Jun  1 15:58 CP.ACS
-rwxr--r--   1 guest    guest      793401 Jun  2 12:31 CS.ACS
-rwxr--r--   1 guest    guest      561664 May 12 10:15 CXAMINE.exe
-rwxr--r--   1 guest    guest       98304 Dec  5  1997 DUNZIP32.DLL
-rwxr--r--   1 guest    guest      125440 Dec  5  1997 DZIP32.DLL
-rwxr--r--   1 guest    guest      578029 Jun  1 15:54 FC.ACS
-rwxr--r--   1 guest    guest     7192690 Jun  2 12:29 GL.ACS
drwxr-xr-x   2 guest    guest        1024 Jun  8 14:07 HELP
-rwxr--r--   1 guest    guest     1901350 Jun  2 12:31 MX.ACS
-rwxr--r--   1 guest    guest      498914 Jun  1 15:54 PC.ACS
-rwxr--r--   1 guest    guest      313856 Mar  9 14:28 PCRYPT.DLL
-rwxr--r--   1 guest    guest    16216583 Jun  1 15:48 PE.ACS
drwxr-xr-x   2 guest    guest        1024 Jun  8 13:56 SETUP
-rwxr--r--   1 guest    guest         106 Jun  8 14:13 SETUP.INI
drwxr-xr-x   2 guest    guest        1024 Jun  8 13:48 UTILS
-rwxr--r--   1 guest    guest      765440 May 25 18:26 Utility.exe
-rwxr--r--   1 guest    guest        4440 May 21 14:33 VERSION.INI
-rwxr--r--   1 guest    guest     5475617 Jun  1 15:57 WK.ACS
-rwxr--r--   1 guest    guest     1179698 Jun  2 11:59 WKFINISH.EXE
-rwxr--r--   1 guest    guest      575488 May  3 11:27 XAMINE.EXE
-rwxr--r--   1 guest    guest     1886208 May 25 09:43 setup.exe

-------------- next part --------------
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = FUMC

   netbios name = flinux

# server string is the equivalent of the NT Description field
   server string = FUMC Samba Server

time server = yes


# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.

	hosts allow = 10.6.19. 10.6. 10.0. 127.



# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes

# you may wish to override the location of the printcap file
;   printcap name = /etc/printcap

# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
   printing = lprng

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
  guest account = guest

# Locking options
	lock directory = /var/lock/samba.d
	locking = yes	
	strict locking = yes
;       fake oplocks = yes
	share modes = yes


# this tells Samba to use a separate log file for each machine
# that connects
;  log file = /var/log/samba.d/smb.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 50

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user
# Use password server option only with security = server
;   password server = <NT-Server-Name>

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
;  encrypt passwords = yes
;  smb passwd file = /etc/samba.d/smbpasswd

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
;  username map = /etc/samba.d/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/samba.d/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY 

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24 

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
#	a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255

remote browse sync = 10.6.19.255

# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

remote announce = 10.6.19.255

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

local master = yes

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes 

domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = yes


# Use only if you have an NT server on your network that has been
# configured at install time to be a primary domain controller.
;   domain controller = <NT-Domain-Controller-SMBName>

# Enable this if you want Samba to be a domain logon server for 
# Windows95 workstations. 
;   domain logons = yes

domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

    logon script = LOGIN.BAT

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
   logon path = \\%L\Profiles\%U

# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /etc/hosts OR
# DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that are NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
; name resolve order = wins lmhosts bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#	Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = 10.6.1.2



# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one	WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no 

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions ==============================

# Profile share would go here if we had one....
# but we're not doing this right now...
#
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
#[Profiles]
#    path = /home/samba/profiles
#    browseable = no
#    guest ok = yes
#

# Start with the netlogon dir to get the scripts we need.
# Un-comment the following and create the netlogon directory for Domain Logons
 [netlogon]
   comment = Samba Network Logon Service
   path = /home/samba/netlogon
   guest ok = no
   writable = no

## new options - these allow anyone to mod the login.bat file-
## this is useful for us to fix things quickly, but we'll lock
## it down later when the script is final.

   valid users = @users
   printable = no
   public = yes
   writable = yes
   force create mode = 1777
   force group = users
   force directory mode = 1777


# comment out for now...
 #  share modes = no

# browse - no, public=no later on.
#   browseable = yes

#   public=yes




; this gives access to a '.samba' sub-directory in each user's home...

[homes]
   comment = Home Directories

# use this directory for their personal files. under their Unix homedir
   path = /home/%u/.samba

# create the directory now... if it doesn't exist

  preexec = if [ ! -e /home/%u/.samba ]; then /bin/mkdir /home/%u/.samba; fi

#
   valid users = %S
   browseable = no
   writable = yes


#   create mask = 0777
   hide dot files = yes




## This is _the IT!!_ share - note the owner/group/perms settings.
[acs]
   comment = ACS share
   path = /home/samba/acs
   public = yes
   writable = yes
   only guest = yes
   printable = no

   preserve case = yes
   short preserve case = yes
   case sensitive = no


## old ACS share
# some options for setting up DOS attribute 

# this fixed it, but what a hacker's delight of a solution---we removed
# this after learning how it fixed things...

#   admin users = @acs


## Common area for other apps to be installed.
[apps]
   path = /home/samba/apps
   public = yes
   only guest = no
   writable = yes
   valid users = @users
   printable = no
   force create mode = 0777
   public = yes
   writable = yes
   force create mode = 1777
   force group = users
   force directory mode = 1777

# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.


## Common area for XLS,MS Word files, etc.
[common]
   comment = common files
   path = /home/samba/common
   valid users = @users
   printable = no
   public = yes
   writable = yes
   force create mode = 1777
   force group = users
   force directory mode = 1777


-------------- next part --------------
Load smb config files from /etc/samba.d/smb.conf
Processing section "[netlogon]"
Processing section "[homes]"
Processing section "[acs]"
Processing section "[apps]"
Processing section "[common]"
Loaded services file OK.
Press enter to see a dump of your service definitions
# Global parameters
	workgroup = FUMC
	netbios name = FLINUX
	netbios aliases = 
	server string = FUMC Samba Server
	interfaces = 
	bind interfaces only = No
	security = USER
	encrypt passwords = No
	update encrypted = No
	use rhosts = No
	min passwd length = 5
	map to guest = Never
	null passwords = No
	password server = 
	smb passwd file = /etc/samba.d/smbpasswd
	hosts equiv = 
	root directory = /
	passwd program = /usr/bin/passwd
	passwd chat = *old*password* %o\n *new*password* %n\n *new*password* %n\n *changed*
	passwd chat debug = No
	username map = 
	password level = 0
	username level = 0
	unix password sync = No
	log level = 2
	syslog = 1
	syslog only = No
	log file = 
	max log size = 50
	timestamp logs = Yes
	protocol = NT1
	read bmpx = Yes
	read raw = Yes
	write raw = Yes
	nt smb support = Yes
	nt pipe support = Yes
	nt acl support = No
	announce version = 4.2
	announce as = NT
	max mux = 50
	max xmit = 65535
	name resolve order = lmhosts host wins bcast
	max packet = 65535
	max ttl = 259200
	max wins ttl = 518400
	min wins ttl = 21600
	time server = Yes
	change notify timeout = 60
	deadtime = 0
	getwd cache = Yes
	keepalive = 300
	lpq cache time = 10
	max disk size = 0
	max open files = 10000
	read prediction = No
	read size = 16384
	shared mem size = 1048576
	socket options = TCP_NODELAY
	stat cache size = 50
	load printers = Yes
	printcap name = lpstat
	printer driver file = /etc/samba.d/printers.def
	strip dot = No
	character set = 
	mangled stack = 50
	coding system = 
	client code page = 850
	stat cache = Yes
	domain groups = 
	domain admin group = 
	domain guest group = 
	domain admin users = 
	domain guest users = 
	machine password timeout = 604800
	add user script = 
	delete user script = 
	logon script = LOGIN.BAT
	logon path = \\%L\Profiles\%U
	logon drive = 
	logon home = \\%N\%U
	domain logons = Yes
	os level = 33
	lm announce = Auto
	lm interval = 60
	preferred master = Yes
	local master = Yes
	domain master = Yes
	browse list = Yes
	dns proxy = No
	wins proxy = No
	wins server = 
	wins support = Yes
	kernel oplocks = Yes
	ole locking compatibility = Yes
	smbrun = /usr/bin/smbrun
	config file = 
	preload = 
	lock dir = /var/lock/samba.d
	default service = 
	message command = 
	dfree command = 
	valid chars = 
	remote announce = 10.6.19.255
	remote browse sync = 10.6.19.255
	socket address = 0.0.0.0
	homedir map = 
	time offset = 0
	unix realname = No
	NIS homedir = No
	panic action = 
	comment = 
	path = 
	alternate permissions = No
	revalidate = No
	username = 
	guest account = guest
	invalid users = 
	valid users = 
	admin users = 
	read list = 
	write list = 
	force user = 
	force group = 
	read only = Yes
	create mask = 0744
	force create mode = 00
	directory mask = 0755
	force directory mode = 00
	guest only = No
	guest ok = No
	only user = No
	hosts allow = 10.6.19. 10.6. 10.0. 127.
	hosts deny = 
	status = Yes
	max connections = 0
	min print space = 0
	strict sync = No
	sync always = No
	print ok = No
	postscript = No
	printing = lprng
	print command = lp -c -d%p %s; rm %s
	lpq command = lpstat -o%p
	lprm command = cancel %p-%j
	lppause command = lp -i %p-%j -H hold
	lpresume command = lp -i %p-%j -H resume
	queuepause command = lpc stop %p
	queueresume command = lpc start %p
	printer name = 
	printer driver = NULL
	printer driver location = 
	default case = lower
	case sensitive = No
	preserve case = Yes
	short preserve case = Yes
	mangle case = No
	mangling char = ~
	hide dot files = Yes
	delete veto files = No
	veto files = 
	hide files = 
	veto oplock files = 
	map system = No
	map hidden = No
	map archive = Yes
	mangled names = Yes
	mangled map = 
	browseable = Yes
	blocking locks = Yes
	fake oplocks = No
	locking = Yes
	oplocks = Yes
	strict locking = No
	share modes = Yes
	copy = 
	include = 
	exec = 
	postexec = 
	root preexec = 
	root postexec = 
	available = Yes
	volume = 
	fstype = NTFS
	set directory = No
	wide links = Yes
	follow symlinks = Yes
	dont descend = 
	magic script = 
	magic output = 
	delete readonly = No
	dos filetimes = No
	dos filetime resolution = No
	fake directory create times = No

[netlogon]
	comment = Samba Network Logon Service
	path = /home/samba/netlogon
	valid users = @users
	force group = users
	read only = No
	force create mode = 01777
	force directory mode = 01777
	guest ok = Yes

[homes]
	comment = Home Directories
	path = /home/%u/.samba
	valid users = %S
	read only = No
	browseable = No
	exec = if [ ! -e /home/%u/.samba ]; then /bin/mkdir /home/%u/.samba; fi

[acs]
	comment = ACS share
	path = /home/samba/acs
	read only = No
	guest only = Yes
	guest ok = Yes

[apps]
	path = /home/samba/apps
	valid users = @users
	force group = users
	read only = No
	force create mode = 01777
	force directory mode = 01777
	guest ok = Yes

[common]
	comment = common files
	path = /home/samba/common
	valid users = @users
	force group = users
	read only = No
	force create mode = 01777
	force directory mode = 01777
	guest ok = Yes
-------------- next part --------------
total 116891
drwxr--r--   9 guest    guest        2048 Jul 15 15:18 .
drwxr--r--   3 guest    guest        1024 Jun 18 11:37 ..
drwxr--r--  29 guest    guest       18432 Jul 15 14:29 ACSDATA
drwxr--r--   3 guest    guest        1024 Jul 15 11:27 ACSFDAT
drwxr--r--   2 guest    guest        1024 Jul 15 11:27 ACSFORM
-rwxr--r--   1 guest    guest     5607248 Jun  2  1997 ACSFORM.Z
-rwxr--r--   1 guest    guest      113525 May 10 14:49 ACSGroup.EXE
-rwxr--r--   1 guest    guest         295 Jan 16  1995 ACSINST.TXT
-rwxr--r--   1 guest    guest     6260600 Jun  2  1997 ACSPDOX.Z
drwxr--r--   2 guest    guest        1024 Jul 15 11:28 ACSPICT
-rwxr--r--   1 guest    guest         532 Jul 15 12:08 ACSSITE.CPT
drwxr--r--   2 guest    guest        1024 Jul 15 11:28 ACSTABL
-rwxr--r--   1 guest    guest      726128 Jun  2  1997 ACSTABL.Z
-rwxr--r--   1 guest    guest          43 Jul 10  1998 ACSUPDAT.INI
-rwxr--r--   1 guest    guest         121 Feb 23  1995 ACSUPGRD.TXT
-rwxr--r--   1 guest    guest     2243366 Jun  2  1997 ACSWINS.Z
-rwxr--r--   1 guest    guest          28 Mar 12  1997 AWINST.ACS
-rwxr--r--   1 guest    guest      332616 Aug 20  1996 AWUTSRT.DLL
-rwxr--r--   1 guest    guest      346624 Apr 14 08:18 BACKCHCK.EXE
-rwxr--r--   1 guest    guest     3437496 Apr  1 18:00 BDE.ACS
-rwxr--r--   1 guest    guest      338944 Apr 20 10:55 BDECONFIG.EXE
-rwxr--r--   1 guest    guest      378368 May  3 11:20 CDITOOLS.DLL
-rwxr--r--   1 guest    guest      374639 May  4 00:00 CP.acs
-rwxr--r--   1 guest    guest      793401 May 10 16:12 CS.acs
-rwxr--r--   1 guest    guest        4582 May  4 13:32 CVersion.INI
-rwxr--r--   1 guest    guest      563712 May  3 10:01 CXAMINE.exe
-rwxr--r--   1 guest    guest      696666 May  4 00:00 Cg.acs
-rwxr--r--   1 guest    guest       98304 Dec  5  1997 DUNZIP32.DLL
-rwxr--r--   1 guest    guest     7192172 May 10 16:10 GL.acs
-rwxr--r--   1 guest    guest     1901350 May 10 16:12 MX.acs
-rwxr--r--   1 guest    guest      313856 Mar  9 14:28 PCRYPT.DLL
-rwxr--r--   1 guest    guest       13030 Jul 15 14:21 PDOXUSRS.NET
-rwxr--r--   1 guest    guest    16240063 May 10 16:06 PE.acs
drwxr--r--   2 guest    guest        1024 Jul 15 11:28 PRIVATE
-rwxr--r--   1 guest    guest      432512 Apr 26 15:01 Peupgrde.exe
-rwxr--r--   1 guest    guest     8627354 Jul 22  1998 RW.ACS
drwxr--r--   2 guest    guest        1024 Jul 15 11:28 SETUP
-rwxr--r--   1 guest    guest     1888256 May 10 15:42 SETUP.EXE
-rwxr--r--   1 guest    guest         122 Jul 15 12:08 SETUP.INI
-rwxr--r--   1 guest    guest       51345 Jun  2  1997 SETUP.INS
-rwxr--r--   1 guest    guest        7004 Jun  2  1997 SETUP.PKG
-rwxr--r--   1 guest    guest       51383 Jun  2  1997 UPDATE.INS
-rwxr--r--   1 guest    guest      680960 May  3 11:34 Utility.exe
-rwxr--r--   1 guest    guest        4440 May  4 00:00 VERSION.INI
-rwxr--r--   1 guest    guest          46 Apr 20  1998 WEBLOG.TXT
-rwxr--r--   1 guest    guest          37 Dec 12  1996 WINACSFS.INI
-rwxr--r--   1 guest    guest     5492305 May 10 16:14 WK.acs
-rwxr--r--   1 guest    guest     1135252 May 10 15:09 WKFinish.EXE
-rwxr--r--   1 guest    guest      575488 May  3 11:27 XAMINE.EXE
-rw-r--r--   1 root     root            0 Jul 15 15:18 filelist
-rwxr--r--   1 guest    guest     3615237 May 10 13:55 mailupdt.exe
-rwxr--r--   1 guest    guest     3456154 Mar 10 14:53 maxsetup.EXE
-rwxr--r--   1 guest    guest           0 Jul 15 13:19 test text by frank.txt
-rwxr--r--   1 guest    guest    38134663 May 25 15:09 update.bak
-rwxr--r--   1 guest    guest     6682775 Mar 16 16:43 update12.EXE
-rwxr--r--   1 guest    guest      275664 Nov 17  1998 updatver.EXE
-rwxr--r--   1 guest    guest       41891 Feb 18  1997 ~INS0762.LIB
-------------- next part --------------

Tim Reimers
Certified Netware Administrator
Internet Communications
Performance Data 
20 Nix Rd.
Hendersonville, NC 28792
(828)-697-6346
(828)-697-7641 (fax)
tim at 20nix.com (work)

A mechanism of world inter-communication will be devised, 
embracing the whole planet, freed from national hindrances 
and restrictions, and functioning with marvellous swiftness 
and perfect regularity.    
Quoted from "The World Order of Baba'u'llah", p 203
Shoghi Effendi, Guardian of The Baha'i Faith
1936





More information about the samba-ntdom mailing list