hello
 
 
seams like the Radius::MSCHAP::ASCIItoUnicode function is not Unicode save.
 
should use the right encoding like that:
 
----
use Encode qw/encode/;
 
sub ASCIItoUnicode
{
    return encode("UCS-2LE", $_[0]);
}
----
 
 

Yours sincerely

Alfred Reibenschuh
Network-Management Architect
COE Network-Service-Delivery-Management
Network & Telecommunication AT

V.T.S. Value Transformation Services GmbH
An IBM Company
Obere Donaustrasse 95
1020 Wien
Phone: +43-1-2056320-143
Mobile: +43-664-3523820
mailto:alfred.reibenschuh_v-tservi...@at.ibm.com

Please consider the environment before printing this e-mail.

This e-mail is confidential and may also contain privileged information. If you are not the intended recipient you are not authorized to read, print, save, process or disclose this message. If you have received this message by mistake, please inform the sender immediately and delete this e-mail, its attachments and any copies.
Any use, distribution, reproduction or disclosure by any person other than the intended recipient is strictly prohibited and the person responsible may incur penalties.
Thank you!
 
 
 
----- Original message -----
From: radiator-requ...@lists.open.com.au
Sent by: "radiator" <radiator-boun...@lists.open.com.au>
To: radiator@lists.open.com.au
Cc:
Subject: radiator Digest, Vol 110, Issue 1
Date: Tue, Jul 3, 2018 2:00 PM
 
Send radiator mailing list submissions to
radiator@lists.open.com.au

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.open.com.au/mailman/listinfo/radiator
or, via email, send a message with subject or body 'help' to
radiator-requ...@lists.open.com.au

You can reach the person managing the list at
radiator-ow...@lists.open.com.au

When replying, please edit your Subject line so it is more specific
than "Re: Contents of radiator digest..."


Today's Topics:

   1. Special characters in passwords using mschapv2 (eduroam)
      (Henk van Lingen)


----------------------------------------------------------------------

Message: 1
Date: Mon, 2 Jul 2018 14:11:26 +0200
From: Henk van Lingen <h.g.k.vanlin...@uu.nl>
To: <radia...@open.com.au>
Subject: [RADIATOR] Special characters in passwords using mschapv2
(eduroam)
Message-ID: <20180702121126.gb23...@uu.nl>
Content-Type: text/plain; charset="us-ascii"



Hi,

Does anybody know if it should be possible to use characters > ascii-127
in passwords when using radiator in an eduroam setup in combination with an
Novell LDAP server providing 'Novel Universal Passwords' for the inner
authentication.

All works well as long as users don't use exotic characters. If they do the
hashes compared in

/usr/lib/perl5/site_perl/5.14.2/Radius//AuthGeneric.pm

are different.

Regards,
--
Henk van Lingen, ITS Infrastructuur & Exploitatie,
Universiteit Utrecht, Heidelberglaan 8, room 3.50
phone: +31-30-2538453  


------------------------------

Subject: Digest Footer

_______________________________________________
radiator mailing list
radiator@lists.open.com.au
http://lists.open.com.au/mailman/listinfo/radiator

------------------------------

End of radiator Digest, Vol 110, Issue 1
****************************************

 
 

_______________________________________________
radiator mailing list
radiator@lists.open.com.au
http://lists.open.com.au/mailman/listinfo/radiator

Reply via email to