Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37857807
en ru br
ALT Linux repos
S:0.9.10-alt1
5.0: 0.9.5-alt2
4.1: 0.9.4-alt1
4.0: 0.9.2-alt0
3.0: 0.8.5-alt1

Group :: System/Configuration/Networking
RPM: smbldap-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: smbldap-tools-0.9.2-fix_UTF-8_usage-alt-smbldap-usermod.patch
Download


Index: smbldap-usermod
===================================================================
--- smbldap-usermod	(revisiĆ³n: 507)
+++ smbldap-usermod	(copia de trabajo)
@@ -207,11 +207,11 @@
 }
 
 if (defined($tmp = $Options{'N'})) { 
-  push(@mods, 'cn' => $tmp);
+  push(@mods, 'cn' => utf8Encode($tmp));
 }
 
 if (defined($tmp = $Options{'S'})) { 
-  push(@mods, 'sn' => $tmp);
+  push(@mods, 'sn' => utf8Encode($tmp));
 }
 
 my $mailobj = 0;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin