Bug 3997 - support encodings other than ISO-8859-1 on command-line
Summary: support encodings other than ISO-8859-1 on command-line
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbldap-tools (show other bugs)
Version: 3.0.31
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Tournier Jerome
QA Contact: smbldap-tools team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 11:32 UTC by SATOH Fumiyasu
Modified: 2010-09-04 07:52 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch to support variable encoding name for command-line (2.73 KB, patch)
2006-08-03 11:35 UTC, SATOH Fumiyasu
no flags Details
Updated patch (Do not require any UTF-8 converter module if $config{encoding}=~/^UTF-?8$/i) (2.71 KB, patch)
2007-08-10 01:48 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 2006-08-03 11:32:28 UTC
smbldap-tools has UTF-8 support for givenName and sn, but that implementation cares only ISO-8859-1 encoding on command-line.
Comment 1 SATOH Fumiyasu 2006-08-03 11:35:48 UTC
Created attachment 2082 [details]
Proposed patch to support variable encoding name for command-line
Comment 2 SATOH Fumiyasu 2007-08-10 01:48:59 UTC
Created attachment 2860 [details]
Updated patch (Do not require any UTF-8 converter module if $config{encoding}=~/^UTF-?8$/i)
Comment 3 Tournier Jerome 2010-09-04 07:13:06 UTC
Not maintained anymore
Comment 4 SATOH Fumiyasu 2010-09-04 07:52:49 UTC
(In reply to comment #3)
> Not maintained anymore

Can I continue to maintain smbldap-tools on my or our company's repository?