<?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 Re: ACE Radius Authentication in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167486#M24178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; I'm having the same problem using Free-Radius, where exactly on Free-Radius do we have to enter the return list attribute?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;John...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Apr 2010 20:25:14 GMT</pubDate>
    <dc:creator>jteixido</dc:creator>
    <dc:date>2010-04-05T20:25:14Z</dc:date>
    <item>
      <title>ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167478#M24170</link>
      <description>&lt;P&gt;I have radius authentication configured on my ACEs.  I can login just fine but I am assinged to the Network-Monitor Role.  Where can I configure the role that radius users are assigned to?  Is there a return list attribute?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joshua&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2009 21:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167478#M24170</guid>
      <dc:creator>jrbeining</dc:creator>
      <dc:date>2009-01-25T21:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167479#M24171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it via the CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE-Top/Admin(config)# username dude password whooa role ?&lt;/P&gt;&lt;P&gt;  Admin                     &lt;/P&gt;&lt;P&gt;  Network-Admin             &lt;/P&gt;&lt;P&gt;  Network-Monitor           &lt;/P&gt;&lt;P&gt;  Security-Admin            &lt;/P&gt;&lt;P&gt;  Server-Appln-Maintenance  &lt;/P&gt;&lt;P&gt;  Server-Maintenance        &lt;/P&gt;&lt;P&gt;  SLB-Admin                 &lt;/P&gt;&lt;P&gt;  SSL-Admin                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167479#M24171</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-01-26T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167480#M24172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the ACE Security Guide - Chapter 2.  You need to set a CiscoAVPair.  How you do this will depend on the RADIUS software that you are using.  You're being put into Network-Monitor by default.  Quote from the manual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The user profile attribute serves an important configuration function for a RADIUS server group. If the user profile attribute is not obtained from the server during authentication, or if the profile is obtained from the server but the context name(s) in the profile do not match the context in which the user is trying to log in, a default role (Network-Monitor) and a default domain (default-domain) are assigned to the user if the authentication is successful."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167480#M24172</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2009-01-26T16:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167481#M24173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting a return list attribute of 'shell:Admin=Admin default-domain' resolved the issue.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:48:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167481#M24173</guid>
      <dc:creator>jrbeining</dc:creator>
      <dc:date>2009-01-26T16:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167482#M24174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arrr! Totally forgot about that. Good one Cathy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 21:42:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167482#M24174</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-01-26T21:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167483#M24175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the command entered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 16:48:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167483#M24175</guid>
      <dc:creator>jteixido</dc:creator>
      <dc:date>2009-01-29T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167484#M24176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the RADIUS server itself.  How this is done will depend on the RADIUS application. ACS is different to FreeRADIUS is different to Radiator.  You'll need to check the documentation for your RADIUS server to see how it handles AV-Pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 16:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167484#M24176</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2009-01-29T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167485#M24177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great topic..i found this very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to add on a bit. Depends on your RADIUS implementation, taking freeradius for example, if you use multiple cisco-avpair statement you may want to use * instead of = in your attribute statement to make it optional (similar to the 'optional' keyword you may use for TACACS+ authentication for ACE). Without it, authorisation with other IOS devices may break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:09:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167485#M24177</guid>
      <dc:creator>glenn.ong</dc:creator>
      <dc:date>2009-02-17T08:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167486#M24178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; I'm having the same problem using Free-Radius, where exactly on Free-Radius do we have to enter the return list attribute?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;John...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 20:25:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167486#M24178</guid>
      <dc:creator>jteixido</dc:creator>
      <dc:date>2010-04-05T20:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Radius Authentication</title>
      <link>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167487#M24179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; After some tinkering, I was able to authenticate to the ACE module with full admin privileges via radius using free-radius. I used the following steps to get this working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;On the linux CLI I entered the following command to modify the users file of free-radius "gedit /etc/raddb/users"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I then added the following to the users file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;admin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Auth-Type := Local, User-Password == "password"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service-Type = NAS-Prompt-User,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cisco-avpair = "shell:Admin=Admin default-domain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I saved the file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I then stopped and started the radiusd service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;/sbin/service radiusd stop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;/sbin/service radiusd start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;John...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 20:53:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-radius-authentication/m-p/1167487#M24179</guid>
      <dc:creator>jteixido</dc:creator>
      <dc:date>2010-04-06T20:53:31Z</dc:date>
    </item>
  </channel>
</rss>

