<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Configure LEAP in AAA in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-leap-in-aaa/m-p/2785057#M754080</link>
    <description>I am running AAA server, radiusd starts fine and i can do radpwtest -i xxx.xxx.xxx.xxx against the user in queastion, yet from the Cisco access point I get failed because of no response from the radius server.  The aaa logfile shows &lt;BR /&gt;Tue Aug 13 08:37:44 2002: Received-Authentication: 73/1 'doc' via 150.150.250.25&lt;BR /&gt;0 from AP350-40b15e port 37&lt;BR /&gt;Tue Aug 13 08:37:44 2002: Authentication: 73/1 'doc' via 150.150.250.250 from AP&lt;BR /&gt;350-40b15e port 37 - FAILED Authentication failure -- total 0, holding 0&lt;BR /&gt;Tue Aug 13 08:37:44 2002: get_radrequest: non-RFC packet from 150.150.250.250[11&lt;BR /&gt;02] - access (type 1), len = 132&lt;BR /&gt;Tue Aug 13 08:37:44 2002: Hex dump at 0x7f78f328/0x0 for 132 bytes&lt;BR /&gt;Tue Aug 13 08:37:44 2002: 0x7f78f328: 0x0000| 014A0084 780B4FFF 89DC4485 25C12D8&lt;BR /&gt;0| |.J..x.O...D.%.-.|&lt;BR /&gt;Tue Aug 13 08:37:44 2002: 0x7f78f338: 0x0010| 1A8B2C23 1A140000 0009010E 7373696&lt;BR /&gt;4| |..,#........ssid|                                                       &lt;BR /&gt;where could I be going wrong ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Aug 2002 12:16:42 GMT</pubDate>
    <dc:creator>John Barfknecht</dc:creator>
    <dc:date>2002-08-13T12:16:42Z</dc:date>
    <item>
      <title>Configure LEAP in AAA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-leap-in-aaa/m-p/2785057#M754080</link>
      <description>I am running AAA server, radiusd starts fine and i can do radpwtest -i xxx.xxx.xxx.xxx against the user in queastion, yet from the Cisco access point I get failed because of no response from the radius server.  The aaa logfile shows &lt;BR /&gt;Tue Aug 13 08:37:44 2002: Received-Authentication: 73/1 'doc' via 150.150.250.25&lt;BR /&gt;0 from AP350-40b15e port 37&lt;BR /&gt;Tue Aug 13 08:37:44 2002: Authentication: 73/1 'doc' via 150.150.250.250 from AP&lt;BR /&gt;350-40b15e port 37 - FAILED Authentication failure -- total 0, holding 0&lt;BR /&gt;Tue Aug 13 08:37:44 2002: get_radrequest: non-RFC packet from 150.150.250.250[11&lt;BR /&gt;02] - access (type 1), len = 132&lt;BR /&gt;Tue Aug 13 08:37:44 2002: Hex dump at 0x7f78f328/0x0 for 132 bytes&lt;BR /&gt;Tue Aug 13 08:37:44 2002: 0x7f78f328: 0x0000| 014A0084 780B4FFF 89DC4485 25C12D8&lt;BR /&gt;0| |.J..x.O...D.%.-.|&lt;BR /&gt;Tue Aug 13 08:37:44 2002: 0x7f78f338: 0x0010| 1A8B2C23 1A140000 0009010E 7373696&lt;BR /&gt;4| |..,#........ssid|                                                       &lt;BR /&gt;where could I be going wrong ??&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 12:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-leap-in-aaa/m-p/2785057#M754080</guid>
      <dc:creator>John Barfknecht</dc:creator>
      <dc:date>2002-08-13T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LEAP in AAA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-leap-in-aaa/m-p/2785058#M754081</link>
      <description>&lt;BR /&gt;Looks like you have not configured your access&lt;BR /&gt;point to support cisco attributes in /etc/opt/aaa/client files. If you have configured type=none:nas..for access point entry then you sometmies get as non-RFC packet error.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;In clients&lt;BR /&gt;----------&lt;BR /&gt;&lt;YOUR aaa="" server=""&gt; &lt;PASSWORD&gt; type=none:proxy v1&lt;BR /&gt;&lt;AP ip="" adderss=""&gt;  &lt;PASSWORD&gt; type=cisco:nas  v1&lt;BR /&gt;&lt;BR /&gt;Where AP-is your Access Point. IP address&lt;BR /&gt;&lt;BR /&gt;In authfile&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;example.com EAP  "example"&lt;BR /&gt;{&lt;BR /&gt;  EAP-Type CiscoLEAP &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;In Users file&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;user@example.com  Authentication-Type=Realm, Password="test"&lt;BR /&gt;&lt;BR /&gt;From your cisco AP..try authenticating..as&lt;BR /&gt;user@example.com.It should work.&lt;BR /&gt;&lt;BR /&gt;Note: radpwtst cannot be used for  testing with EAP users.&lt;BR /&gt;&lt;BR /&gt;&lt;/PASSWORD&gt;&lt;/AP&gt;&lt;/PASSWORD&gt;&lt;/YOUR&gt;</description>
      <pubDate>Mon, 19 Aug 2002 20:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-leap-in-aaa/m-p/2785058#M754081</guid>
      <dc:creator>Narasimha Murthy</dc:creator>
      <dc:date>2002-08-19T20:33:22Z</dc:date>
    </item>
  </channel>
</rss>

