<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:m="http://schemas.microsoft.com/office/2004/12/omml" 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 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:0in;
        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:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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]-->
</head>

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

<div class=Section1>

<p class=MsoNormal>Good Afternoon All;<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Currently my institution allows for registered users to
create guest accounts for visitors to enable wireless access for the guest
users (Wireless access is controlled via Captive Portal/PAP with a Kerberos
Directory backend). <o:p></o:p></p>

<p class=MsoNormal>Registered users create the guest accounts using the guest
users eMail address, such as Jdoe@gmail.com jdoe@hotmail.com etc etc etc. 
This poses a slight problem though as the "@" sign is a reserved
character for Kerberos and thus principles with the "@" cannot be
created within our KDC.  To solve this problem the account generation
application substitutes  the "@" for a "+" (so
kerberos principles are created in the form jdoe+gmail.com jdoe+hotmail.com). 
<o:p></o:p></p>

<p class=MsoNormal>If guest users remember to sub a "+" for their
"@" all is well, however often times people forget this and get stuck
wondering why their username jdoe@gmail.com is failing when they have been
assured all is well.<o:p></o:p></p>

<p class=MsoNormal>To completely eradicate this situation we would like to
place a Freeradius instance in place of our proprietary radius solution and
have it perform the substitution during authentication, so neither the Guest or
registered user need concern themselves with the whole "@"
"+" thing (so from their standpoint the principle is jdoe@gmail.com
nice and easy... for them ;) <o:p></o:p></p>

<p class=MsoNormal>I have been trying to determine the best way to accomplish
this and would greatly appreciate any ideas as to how this may be completed.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Thank you much.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Larry <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>