Subject: Problem: long filenames & Samba 2.0.3 / win98 client
To: None <port-hp300@netbsd.org>
From: Wolf-Dieter Kattnig <kattnig@gewi.kfunigraz.ac.at>
List: port-hp300
Date: 01/19/2000 00:23:16
I don't know if this is due to NetBSD/HP300 or Samba 2.0.3, but my Win98
client complains about a filename length restriction when I try to copy
files to a samba share on my Apollo. Basically I use the same smb.conf as on
my Linux/i368-box which has no problems with lfns.

This is an example of my smb.conf

 [global]

   workgroup = cnd
   server string = NetBSD - Samba %v

   case sensitive = no
   preserve case = yes
   short preserve case = yes
   mangled names = no

   load printers = yes

   log file = /var/log/log.%m

   max log size = 50

   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY
   local master = no

   wins support = yes
   unix password sync=yes
   dns proxy = no

 [homes]
   comment = Home Directories
   browseable = no
   writable = yes

[printers]
   comment = All Printers
   path = /var/tmp
   browseable = no
   guest ok = no
   writable = no
   printable = yes

[netsamba]
  comment = NetBSD Samba Share Directory
  path = /samba
  read only = no
  public = yes

Any suggestions?