Bug 4720 - smbclient cannot access to share that has multibyte chars
Summary: smbclient cannot access to share that has multibyte chars
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbclient (show other bugs)
Version: 3.0.25a
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 05:51 UTC by SATOH Fumiyasu
Modified: 2007-06-21 12:11 UTC (History)
0 users

See Also:


Attachments
Patch: use mb functions after lp_load (1.72 KB, patch)
2007-06-21 05:55 UTC, SATOH Fumiyasu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SATOH Fumiyasu 2007-06-21 05:51:51 UTC
`smbclient //server/multibyte-sharename` fails because
Samba's iconv library are called via string_replace()
before loading smb.conf.

This bug is introduced by:
http://lists.samba.org/archive/samba-cvs/2007-March/075430.html
Comment 1 SATOH Fumiyasu 2007-06-21 05:55:22 UTC
Created attachment 2776 [details]
Patch: use mb functions after lp_load
Comment 2 Simo Sorce 2007-06-21 12:11:14 UTC
Thanks,
patch looks good!
Fixed in r23571