Author Topic: samba charset problem - ubuntu server  (Read 2980 times)

marko

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
samba charset problem - ubuntu server
« on: February 10, 2008, 01:44:14 am »
Hi all,

I've installed eBox 0.11.99 on Ubuntu server 7.10 and chose Croatian language during installation of server. The problem is when I create or copy files to some shared folder on samba which contains Croatian letters i get _ instead of that letter. For example:

žćčšđ.txt -> _____.txt

please help...

Thx

marko

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: samba charset problem - ubuntu server
« Reply #1 on: February 10, 2008, 05:34:59 pm »
Well I've found workaround...

I've comment unix charset part in /usr/share/ebox/stubs/samba/smb.conf.mas

[global]
# unix charset = LOCALE
 workgroup = <% $workgroup %>
 netbios name = <% $netbios %>

I don't know what I actually did but it works for now.