[...]
> When trying to delete this folder Windows reports a filesystem error 1026
> 
> I believe that it has to do with the 'VALID CHARS = ' parameter in Samba,
> and if this is the case should these common characters not be added to
> the e-smith server ?
[...]

I picked up a posting in the advanced mail list about that and implemeted it as a 
template-custom:

begin ----/etc/e-smith/templates-custom/etc/smb.conf/10globals ------------------
[...]
#
#======================= Global Settings =====================================
[global]

  client code page = 950
#Insert by Michael Jung to support international characters 27.01.2001
  case sensitive = no
  client code page = 850
  character set = iso8859-1
  valid chars = 0345:0305 0366:0326 0344:0304

# workgroup = NT-Domain-Name or Workgroup-Name
[...]
end ----/etc/e-smith/templates-custom/etc/smb.conf/10globals ------------------

Michael Jung

Reply via email to