Bugzilla – Attachment 63514 Details for
Bug 143417
ldapsmb should have UTF-8 support activated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch for ldapsmb
ldapsmb-utf-8.diff (text/plain), 720 bytes, created by
Herbert Graeber
on 2006-01-16 21:07:04 UTC
(
hide
)
Description:
patch for ldapsmb
Filename:
MIME Type:
Creator:
Herbert Graeber
Created:
2006-01-16 21:07:04 UTC
Size:
720 bytes
patch
obsolete
>--- ldapsmb.org 2006-01-16 21:56:27.000000000 +0100 >+++ ldapsmb 2006-01-16 21:58:20.000000000 +0100 >@@ -10,7 +10,7 @@ > # > > use strict; >-#use utf8; >+use utf8; > use Net::LDAP; > use Net::LDAP::Util qw(ldap_error_name ldap_error_text); > use Getopt::Long; >@@ -171,8 +171,8 @@ > # if set to 1, unassigned passwords become the same as the username > my $USE_TRIVIAL_PWD = 0; > >-# not yet... >-my $HAVE_UTF8 = 0; >+# if set to 1, a utf-8 enabled system is assumed >+my $HAVE_UTF8 = 1; > > my $SMB_CONF; > my $SAMBA_VERSION = "3_0"; >@@ -2542,6 +2542,8 @@ > from_to($opt_user, "utf-8", "iso-8859-1" ); > $opt_user = encode_utf8($opt_user); > $ascii_user = umlaut2ascii($tmp); >+ } else { >+ $ascii_user = $opt_user; > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 143417
: 63514