<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
W dniu 2011-05-07 20:50, Robert Mc Cready pisze:
<blockquote cite="mid:002101cc0ce7$b3f77720$1be66560$@qc.ca"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="Section1">
<p class="MsoNormal">The "MS-CHAP-Use-NTLM-Auth := no" did the
job but I still have one problem with Windows XP clients, I
get a "
[mschap] ERROR: User-Name (CAD08862\ldapuser) is not the same
as MS-CHAP Name
(ldapuser) from EAP-MSCHAPv2". Users log on locally, the host
name is not
a domain name. Windows 7 clients work fine because they send
only the username.
I do some rewrites so I can get the username for the LDAP
authentication and
the computers name for computer account authentication (I'm
not familiar with
unlang yet). We use FR 2.1.10.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any idea how to fix this ?<o:p></o:p></p>
</div>
</blockquote>
<br>
Try to uncomment the ntdomain line in the authorize section of site
configuration. This will split the realm (computer name) and login.
Maybe you'll also need to set the with_ntdomain_hack = yes in mschap
module configuration.<br>
<br>
Daniel<br>
<br>
</body>
</html>