<?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 Cisco ACS 5.3 - external proxy service user logs in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947429#M192448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy for coming back to comment on your own issue after about one year from the original post.&lt;/P&gt;&lt;P&gt;I hope others with same issue will find your comments useful.&lt;/P&gt;&lt;P&gt;+5 and keep up the good work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amjad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Rating useful replies is more useful than saying &lt;SPAN style="color: green;"&gt; "&lt;SPAN style="text-decoration: underline;"&gt;Thank you&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Apr 2013 05:32:28 GMT</pubDate>
    <dc:creator>Amjad Abdullah</dc:creator>
    <dc:date>2013-04-17T05:32:28Z</dc:date>
    <item>
      <title>Cisco ACS 5.3 - external proxy service user logs</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947427#M192429</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently using Cisco ACS 5.3.0.40.2. One of the Services Selection Policy it hosts is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Receive Authentication request from a wireless controller for a wireless user&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;If the wireless user's username contains a particular domain suffix, the request is proxied to an external proxy server using an External Proxy service (configured for both local/remote accounting)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;On receiving an Acccess-Accept from the external proxy, the user is given access and ACS 5 will start logging account packets for the username (nothing appears in the RADIUS authentication logs - ACS 5 it seems doesn't log proxied authentication requests)&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The above setup works fine in most instances. We start to have problems when an external proxy server strips the domain suffix off the username in the Access-Accept packet e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ACS 5 proxies an Access-Request to an external proxy server (with Username = &lt;A href="mailto:someuser@somwhere.com" target="_blank"&gt;someuser@somwhere.com&lt;/A&gt;)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The external proxy replies with an Access-Accept (with Username = someuser)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The user 'someuser' is given access but subsequent accounting attempts fail because their username (without the domain suffix) doesn't match the Service Selection Policy&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Is there any way to get ACS 5.3 to log proxied authentication requests? If not, can I configure ACS 5.3 to use the username in the Access-Request packet (rather than the username in the Access-Accept packet) for accounting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps i don't have any control over the external proxy servers&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:00:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947427#M192429</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2019-03-11T02:00:20Z</dc:date>
    </item>
    <item>
      <title>Cisco ACS 5.3 - external proxy service user logs</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947428#M192434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ACS 5.4 will log proxied authentication requests. So in the above scenario with ACS 5.4, the proxied user &lt;A href="mailto:someuser@somewhere.com"&gt;someuser@somewhere.com&lt;/A&gt; will appear in the RADIUS authentication logs - it will still appear in the accounting logs as 'someuser' but you can you can easily match the accounting and authentication records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently with ACS 5.3, i use a FreeRADIUS box to rewrite the usernames of proxied requests in case they are modified in the reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; update proxy-reply { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Name := "%{proxy-request:User-Name}"&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I'll be able to do this with ACS if I could manipulate Inbound RADIUS attributes - ACS 5.4 can manipulate Outbound RADIUS attributes only - Inbound manipulation will hopefully be introduced in a later version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 10:53:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947428#M192434</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2012-07-09T10:53:48Z</dc:date>
    </item>
    <item>
      <title>Cisco ACS 5.3 - external proxy service user logs</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947429#M192448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy for coming back to comment on your own issue after about one year from the original post.&lt;/P&gt;&lt;P&gt;I hope others with same issue will find your comments useful.&lt;/P&gt;&lt;P&gt;+5 and keep up the good work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amjad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Rating useful replies is more useful than saying &lt;SPAN style="color: green;"&gt; "&lt;SPAN style="text-decoration: underline;"&gt;Thank you&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 05:32:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-5-3-external-proxy-service-user-logs/m-p/1947429#M192448</guid>
      <dc:creator>Amjad Abdullah</dc:creator>
      <dc:date>2013-04-17T05:32:28Z</dc:date>
    </item>
  </channel>
</rss>

