Re: [Samba] net rpc vampire umlauts (äöü ß) problem

2007-04-10 Thread Wolfgang Ratzka
Stefan Drees schrieb:

> Hi,
> im using net rpc vampire to migrate users/ groups from nt4 to samba3
> with ldap backend.
> But the umlauts (äöüß) in the displayname are malformend.
> Unix charset in smb.conf is set to ISO8859-1.
> 
> Any hint how to correct this?
> 
> Regards
> S.Drees
> 

Did you consider switching your unix charset from ISO8859-1 to UTF-8?
Windows does allow unicode characters in file names and in other places.
Translating them to ISO8859-1 will not always work.

Kind regards
Wolfgng Ratzka
-- 
Wolfgang Ratzka  Phone: +49 6421 2823531  FAX: +49 6421 2826994
Uni Marburg,  HRZ, Hans-Meerwein-Str., D-35032 Marburg, Germany

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] net rpc vampire umlauts (äöü ß) problem

2007-04-10 Thread Filipe

Stefan Drees wrote:

Hi,
im using net rpc vampire to migrate users/ groups from nt4 to samba3
with ldap backend.
But the umlauts (äöüß) in the displayname are malformend.
Unix charset in smb.conf is set to ISO8859-1.

Any hint how to correct this?

Regards
S.Drees

  

hi.
in my debian sarge I followed this tutorial for portuguese... 
http://www.vivaolinux.com.br/dicas/verDica.php?codigo=4548
He says to put locales in iso8859-1 then to compile the kernel with some 
options for that, but I have not did that and it worked by adding this 
to smb.conf:


dos charset = cp850
unix charset = iso8859-1
display charset = LOCALE

now you should change for your locale I don't know if it is the same in 
german..

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba