<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Lucida Console";
        panose-1:2 11 6 9 4 5 4 2 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.StyleLucidaConsole
        {font-family:"Lucida Console";}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@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="1027" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-CA link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Hi experts,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>I want to try another way to authenticate devices by their
MAC addresses. I don’t really care about the security and just try to
make the configuration easy. Here is my configuration:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>==== hints =====<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>DEFAULT User-Name =~ "001422.*"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>       
Hint = "STB"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>===== users =====<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>DEFAULT Hint == "STB",
Cleartext-Password := "%{User-Name}"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Then I use the radtest program to test the setup and it
failed… <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>radtest 001422111111 001422111111
localhost 1812 test123<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Both lines in the hints and users file are match based on
the radius –X output. However the password in the check attribute is not replaced
with the username… Please help, thanks!<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Here is the radius –X output:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>rad_recv: Access-Request packet from host
127.0.0.1 port 16011, id=123, length=64<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>       
User-Name = "001422111111"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>       
User-Password = "001422111111"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>       
NAS-IP-Address = 127.0.0.1<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>       
NAS-Port = 1812<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>+- entering group authorize {...}<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[preprocess]    expand:
%{User-Name} -> 001422111111<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[preprocess]   hints: Matched
DEFAULT at 1<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[preprocess] returns ok<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[chap] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[mschap] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[Marriott] No '/' in User-Name =
"001422111111", looking up realm NULL<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[Marriott] No such realm "NULL"<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[Marriott] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[eap] No EAP-Message, not doing EAP<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[eap] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[unix] returns notfound<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[files] users: Matched entry DEFAULT at
line 1<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[files] returns ok<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[expiration] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[logintime] returns noop<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[pap] returns updated<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Found Auth-Type = PAP<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>+- entering group PAP {...}<o:p></o:p></span></font></p>

<p class=MsoNormal><b><font size=2 color=blue face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:blue;font-weight:bold'>[pap]
login attempt with password "001422111111"<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=blue face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:blue;font-weight:bold'>[pap]
Using clear text password "%{User-Name}"<o:p></o:p></span></font></b></p>

<p class=MsoNormal><b><font size=2 color=blue face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:blue;font-weight:bold'>[pap]
Passwords don't match<o:p></o:p></span></font></b></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[pap] returns reject<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Failed to authenticate the user.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Login incorrect (rlm_pap: CLEAR TEXT
password check failed): [001422111111/001422111111] (from client 127.0.0.1/32
port 1812)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Using Post-Auth-Type Reject<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>+- entering group REJECT {...}<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>[attr_filter.access_reject]    
expand: %{User-Name} -> 001422111111<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'> attr_filter: Matched entry DEFAULT
at line 11<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>++[attr_filter.access_reject] returns
updated<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Delaying reject of request 0 for 1
seconds<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Going to the next request<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Waking up in 0.9 seconds.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Sending delayed reject for request 0<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Sending Access-Reject of id 123 to
127.0.0.1 port 16011<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Tahoma><span style='font-size:
10.0pt;font-family:Tahoma;color:blue'>Waking up in 4.9 seconds.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='line-height:125%'><!--[if gte vml 1]><v:shapetype 
 id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" 
 path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
 <v:stroke joinstyle="miter" />
 <v:formulas>
  <v:f eqn="if lineDrawn pixelLineWidth 0" />
  <v:f eqn="sum @0 1 0" />
  <v:f eqn="sum 0 0 @1" />
  <v:f eqn="prod @2 1 2" />
  <v:f eqn="prod @3 21600 pixelWidth" />
  <v:f eqn="prod @3 21600 pixelHeight" />
  <v:f eqn="sum @0 0 1" />
  <v:f eqn="prod @6 1 2" />
  <v:f eqn="prod @7 21600 pixelWidth" />
  <v:f eqn="sum @8 21600 0" />
  <v:f eqn="prod @7 21600 pixelHeight" />
  <v:f eqn="sum @10 21600 0" />
 </v:formulas>
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" />
 <o:lock v:ext="edit" aspectratio="t" />
</v:shapetype><v:shape id="_x0000_s1026" type="#_x0000_t75" style='position:absolute;
 margin-left:0;margin-top:0;width:160.5pt;height:47.25pt;z-index:1;
 mso-position-horizontal:left;mso-position-vertical:top;
 mso-position-vertical-relative:line' o:allowoverlap="f">
 <v:imagedata src="cid:image001.gif@01CBD982.DFF851C0" o:title="Logo_Sig" />
 <v:textbox>
  <![if !mso]>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div>
    <p class=MsoNormal><font size=3 face="Times New Roman"><span 
    style='font-size:12.0pt'><o:p> </o:p></span></font></p>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  <![endif]></v:textbox>
 <w:wrap type="square"/>
</v:shape><![endif]--><![if !vml]><img width=218 height=67
src="cid:image002.gif@01CBD982.DFF851C0" align=left hspace=12 v:shapes="_x0000_s1026"><![endif]><font
size=3 face=Tahoma><span lang=EN-US style='font-size:12.0pt;line-height:125%;
font-family:Tahoma'><st1:PersonName w:st="on"><font color="#1f497d"><span
 style='color:#1F497D'>Difan Zhao</span></font></st1:PersonName></span></font><font
size=1 color="#262626" face=Tahoma><span lang=EN-US style='font-size:8.0pt;
line-height:125%;font-family:Tahoma;color:#262626'> M.Eng | CCNA CCNP CCSP
| Network Engineer</span></font><font face=Tahoma><span lang=EN-US
style='font-family:Tahoma'> <o:p></o:p></span></font></p>

<p class=MsoNormal style='line-height:125%'><b><font size=1 color="#262626"
face=Tahoma><span lang=EN-US style='font-size:8.0pt;line-height:125%;
font-family:Tahoma;color:#262626;font-weight:bold'>T:</span></font></b><font
size=1 color="#262626" face=Tahoma><span lang=EN-US style='font-size:8.0pt;
line-height:125%;font-family:Tahoma;color:#262626'> 403-509-1010 ext
3048 | <b><span style='font-weight:bold'>M:</span></b> 403-689-7514 |
<b><span style='font-weight:bold'>F:</span></b> 403.509.1011</span></font><font
face=Tahoma><span lang=EN-US style='font-family:Tahoma'><o:p></o:p></span></font></p>

<p class=MsoNormal style='line-height:125%'><font size=3 face=Tahoma><span
lang=EN-US style='font-size:12.0pt;line-height:125%;font-family:Tahoma'><a
href="mailto:difan.zhao@guest-tek.com"><font size=1><span style='font-size:
8.0pt;line-height:125%'>difan.zhao@guest-tek.com</span></font></a></span></font><font
size=1 color="#262626" face=Tahoma><span lang=EN-US style='font-size:8.0pt;
line-height:125%;font-family:Tahoma;color:#262626'> | </span></font><font
face=Tahoma><span lang=EN-US style='font-family:Tahoma'><a
href="http://www.guest-tek.com"><font size=1><span style='font-size:8.0pt;
line-height:125%'>www.guest-tek.com</span></font></a></span></font><font
size=1 color="#262626" face=Tahoma><span lang=EN-US style='font-size:8.0pt;
line-height:125%;font-family:Tahoma;color:#262626'><o:p></o:p></span></font></p>

<p class=MsoNormal style='line-height:115%'><font size=3 face=Tahoma><span
lang=EN-US style='font-size:12.0pt;line-height:115%;font-family:Tahoma'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='line-height:115%'><font size=1 color="#262626"
face=Tahoma><span lang=EN-US style='font-size:8.0pt;line-height:115%;
font-family:Tahoma;color:#262626'>The contents of this email are confidential
and intended for the recipient only. If you have received this email in error,
please notify us, and destroy all copies.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face=Tahoma><span lang=EN-US style='font-size:
12.0pt;font-family:Tahoma'> </span></font><font face=Tahoma><span
lang=EN-US style='font-family:Tahoma'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face=Tahoma><span style='font-size:12.0pt;
font-family:Tahoma'><o:p> </o:p></span></font></p>

</div>

</body>

</html>