<?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 HTTP Login Authentication use Radius/Ace Server SecurID Tokens in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180065#M436137</link>
    <description>&lt;P&gt;--begin ciscomoderator note-- The following post has been edited to remove potentially confidential information. Please refrain from posting confidential information on the site to reduce security risks to your network. -- end ciscomoderator note -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to configure an http login authentication on 2950 or router using Radius and ACE Server SecurID Tokens with OTP (One Time Password). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2950 Configuration : &lt;/P&gt;&lt;P&gt;router#sh run &lt;/P&gt;&lt;P&gt;version 12.1 &lt;/P&gt;&lt;P&gt;hostname router &lt;/P&gt;&lt;P&gt;aaa new-model &lt;/P&gt;&lt;P&gt;aaa authentication login default group radius &lt;/P&gt;&lt;P&gt;aaa authentication login vtymethod_radius group radius &lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius &lt;/P&gt;&lt;P&gt;aaa authorization exec vtymethod_radius group radius &lt;/P&gt;&lt;P&gt;enable password xxxxxxxxx&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Vlan1 &lt;/P&gt;&lt;P&gt;ip address 10.2.2.129 255.255.0.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;ip http server &lt;/P&gt;&lt;P&gt;ip http authentication aaa &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;radius-server host 172.18.1.26 auth-port 1645 acct-port 1646 &lt;/P&gt;&lt;P&gt;radius-server retransmit 3 &lt;/P&gt;&lt;P&gt;radius-server key xxxxxxxxxx&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;line con 0 &lt;/P&gt;&lt;P&gt;stopbits 1 &lt;/P&gt;&lt;P&gt;line vty 0 &lt;/P&gt;&lt;P&gt;exec-timeout 0 0 &lt;/P&gt;&lt;P&gt;privilege level 15 &lt;/P&gt;&lt;P&gt;password xxxxxxxxxxx&lt;/P&gt;&lt;P&gt;line vty 1 4 &lt;/P&gt;&lt;P&gt;exec-timeout 0 0 &lt;/P&gt;&lt;P&gt;privilege level 15 &lt;/P&gt;&lt;P&gt;password xxxxxxxxxx&lt;/P&gt;&lt;P&gt;authorization exec vtymethod_radius &lt;/P&gt;&lt;P&gt;login authentication vtymethod_radius &lt;/P&gt;&lt;P&gt;line vty 5 15 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;end &lt;/P&gt;&lt;P&gt;router# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ACE and radius Server has IP : 172.18.1.25. &lt;/P&gt;&lt;P&gt;When I use static password configured on my ACE, there is no problem to connect with http. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I launch my browser : &lt;A class="jive-link-custom" href="http://10.2.2.129" target="_blank"&gt;http://10.2.2.129&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;It asked me the login and password : I use static password : xxxxxxxxxxxx - 1234 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I arrive at : &lt;/P&gt;&lt;P&gt;Cisco Systems &lt;/P&gt;&lt;P&gt;Accessing Cisco WS-routerC-24 "router" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click on Web Console - Manage the Switch through the web interface. &lt;/P&gt;&lt;P&gt;It asked again the password : xxxxxxxxxxxx - 1234 &lt;/P&gt;&lt;P&gt;And that's OK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the trace when it's works (You can remark that between 2950 et Radius/ACE Server there is &lt;/P&gt;&lt;P&gt;for all download objects a change of the static password) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router# &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.991: AAA/MEMORY: create_user (0x80CCE1EC) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.991: AAA/AUTHEN/START (2836047894): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/START (2836047894): found list vtymethod_radius &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/START (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/CONT (2836047894): continue_login (user='(undef)') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN/CONT (2836047894): continue_login (user='xxxxxxxxxxxx') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN (2836047894): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: RADIUS: ustruct sharecount=1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: RADIUS: Initial Transmit tty5 id 179 172.18.1.26:1645, Access-Request, len 74 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 4 6 0A020281 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 5 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 61 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 1 5 6477611F &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 31 13 3137322E &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 2 18 39852A89 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: RADIUS: Received from id 179 172.18.1.26:1645, Access-Accept, len 52 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 18 21 50415353 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 6 6 00000006 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 1 5 64776164 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: RADIUS: saved authorization data for user 80CCE1EC at 80CCE358 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: AAA/AUTHEN (2836047894): status = PASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): Port='tty5' list='vtymethod_radius' service=EXEC &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: AAA/AUTHOR/HTTP: tty5 (2755968236) user='xxxxxxxxxxxx' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): send AV service=shell &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): send AV cmd* &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): found list "vtymethod_radius" &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.115: AAA/AUTHOR (2755968236): Post authorization status = PASS_ADD &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.115: HTTP: received GET '' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.159: AAA/MEMORY: free_user (0x80CCE1EC) user='xxxxxxxxxxxx' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed uri '/homepage.htm' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: client version 1.0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Accept &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Referer &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Accept-Language &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension User-Agent &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Authorization &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed authorization type Basic &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Via &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension X-Forwarded-For &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Host &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Cache-Control &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Connection &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: HTTP: Authentication for url '/homepage.htm' '/homepage.htm' level 15 privless '/homepage.htm' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: HTTP: Authentication username = 'xxxxxxxxxxxx' priv-level = 15 auth-type = aaa &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA: parse name=tty5 idb type=-1 tty=-1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA: name=tty5 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=5 channel=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA/MEMORY: create_user (0x80D514A8) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA/AUTHEN/START (3860340525): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/START (3860340525): found list vtymethod_radius &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/START (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/CONT (3860340525): continue_login (user='(undef)') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN/CONT (3860340525): continue_login (user='xxxxxxxxxxxx') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN (3860340525): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: RADIUS: ustruct sharecount=1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: RADIUS: Initial Transmit tty5 id 180 172.18.1.26:1645, Access-Request, len 74 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 4 6 0A020281 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 5 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 61 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 1 5 6477611F &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 31 13 3137322E &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 2 18 9C378E51 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: RADIUS: Received from id 180 172.18.1.26:1645, Access-Accept, len 52 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 18 21 50415353 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 6 6 00000006 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 1 5 64776164 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.051: RADIUS: saved authorization data for user 80D514A8 at 80D51DE0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.051: AAA/AUTHEN (3860340525): status = PASS &lt;/P&gt;&lt;P&gt;,etc ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use OTP configured on my ACE, there is problem to connect with http. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I launch my browser : &lt;A class="jive-link-custom" href="http://10.2.2.129" target="_blank"&gt;http://10.2.2.129&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;It asked me the login and password : I use first OTP : bab - 8038249352 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I arrive at &lt;/P&gt;&lt;P&gt;Cisco Systems &lt;/P&gt;&lt;P&gt;Accessing Cisco WS-routerC-24 "router" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click on Web Console - Manage the Switch through the web interface. &lt;/P&gt;&lt;P&gt;It asked me again the password : bab - 8038948533 &lt;/P&gt;&lt;P&gt;I download one java object and it's asked me again OTP for the follow objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I insert again the next OTP and so... &lt;/P&gt;&lt;P&gt;After many OTP,I have got an http error on my browser (Java.lang.IndexOutOfBoundsException : Index 0 , Size 0) with version 1.4.0 java. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the trace when it doesn't works : &lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:25:05 GMT</pubDate>
    <dc:creator>DWAM_2</dc:creator>
    <dc:date>2019-03-10T14:25:05Z</dc:date>
    <item>
      <title>Configure HTTP Login Authentication use Radius/Ace Server SecurID Tokens</title>
      <link>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180065#M436137</link>
      <description>&lt;P&gt;--begin ciscomoderator note-- The following post has been edited to remove potentially confidential information. Please refrain from posting confidential information on the site to reduce security risks to your network. -- end ciscomoderator note -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to configure an http login authentication on 2950 or router using Radius and ACE Server SecurID Tokens with OTP (One Time Password). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2950 Configuration : &lt;/P&gt;&lt;P&gt;router#sh run &lt;/P&gt;&lt;P&gt;version 12.1 &lt;/P&gt;&lt;P&gt;hostname router &lt;/P&gt;&lt;P&gt;aaa new-model &lt;/P&gt;&lt;P&gt;aaa authentication login default group radius &lt;/P&gt;&lt;P&gt;aaa authentication login vtymethod_radius group radius &lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius &lt;/P&gt;&lt;P&gt;aaa authorization exec vtymethod_radius group radius &lt;/P&gt;&lt;P&gt;enable password xxxxxxxxx&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;interface Vlan1 &lt;/P&gt;&lt;P&gt;ip address 10.2.2.129 255.255.0.0 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;ip http server &lt;/P&gt;&lt;P&gt;ip http authentication aaa &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;radius-server host 172.18.1.26 auth-port 1645 acct-port 1646 &lt;/P&gt;&lt;P&gt;radius-server retransmit 3 &lt;/P&gt;&lt;P&gt;radius-server key xxxxxxxxxx&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;line con 0 &lt;/P&gt;&lt;P&gt;stopbits 1 &lt;/P&gt;&lt;P&gt;line vty 0 &lt;/P&gt;&lt;P&gt;exec-timeout 0 0 &lt;/P&gt;&lt;P&gt;privilege level 15 &lt;/P&gt;&lt;P&gt;password xxxxxxxxxxx&lt;/P&gt;&lt;P&gt;line vty 1 4 &lt;/P&gt;&lt;P&gt;exec-timeout 0 0 &lt;/P&gt;&lt;P&gt;privilege level 15 &lt;/P&gt;&lt;P&gt;password xxxxxxxxxx&lt;/P&gt;&lt;P&gt;authorization exec vtymethod_radius &lt;/P&gt;&lt;P&gt;login authentication vtymethod_radius &lt;/P&gt;&lt;P&gt;line vty 5 15 &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;end &lt;/P&gt;&lt;P&gt;router# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ACE and radius Server has IP : 172.18.1.25. &lt;/P&gt;&lt;P&gt;When I use static password configured on my ACE, there is no problem to connect with http. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I launch my browser : &lt;A class="jive-link-custom" href="http://10.2.2.129" target="_blank"&gt;http://10.2.2.129&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;It asked me the login and password : I use static password : xxxxxxxxxxxx - 1234 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I arrive at : &lt;/P&gt;&lt;P&gt;Cisco Systems &lt;/P&gt;&lt;P&gt;Accessing Cisco WS-routerC-24 "router" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click on Web Console - Manage the Switch through the web interface. &lt;/P&gt;&lt;P&gt;It asked again the password : xxxxxxxxxxxx - 1234 &lt;/P&gt;&lt;P&gt;And that's OK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the trace when it's works (You can remark that between 2950 et Radius/ACE Server there is &lt;/P&gt;&lt;P&gt;for all download objects a change of the static password) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router# &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.991: AAA/MEMORY: create_user (0x80CCE1EC) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.991: AAA/AUTHEN/START (2836047894): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/START (2836047894): found list vtymethod_radius &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/START (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN/CONT (2836047894): continue_login (user='(undef)') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.995: AAA/AUTHEN (2836047894): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN/CONT (2836047894): continue_login (user='xxxxxxxxxxxx') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN (2836047894): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: AAA/AUTHEN (2836047894): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:44.999: RADIUS: ustruct sharecount=1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: RADIUS: Initial Transmit tty5 id 179 172.18.1.26:1645, Access-Request, len 74 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 4 6 0A020281 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 5 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 61 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 1 5 6477611F &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 31 13 3137322E &lt;/P&gt;&lt;P&gt;Jul 23 12:34:45.003: Attribute 2 18 39852A89 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: RADIUS: Received from id 179 172.18.1.26:1645, Access-Accept, len 52 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 18 21 50415353 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 6 6 00000006 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: Attribute 1 5 64776164 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.107: RADIUS: saved authorization data for user 80CCE1EC at 80CCE358 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: AAA/AUTHEN (2836047894): status = PASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): Port='tty5' list='vtymethod_radius' service=EXEC &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: AAA/AUTHOR/HTTP: tty5 (2755968236) user='xxxxxxxxxxxx' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): send AV service=shell &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): send AV cmd* &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): found list "vtymethod_radius" &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.111: tty5 AAA/AUTHOR/HTTP (2755968236): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.115: AAA/AUTHOR (2755968236): Post authorization status = PASS_ADD &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.115: HTTP: received GET '' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:47.159: AAA/MEMORY: free_user (0x80CCE1EC) user='xxxxxxxxxxxx' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed uri '/homepage.htm' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: client version 1.0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Accept &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Referer &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension Accept-Language &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.915: HTTP: parsed extension User-Agent &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Authorization &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed authorization type Basic &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Via &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension X-Forwarded-For &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Host &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Cache-Control &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.919: HTTP: parsed extension Connection &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: HTTP: Authentication for url '/homepage.htm' '/homepage.htm' level 15 privless '/homepage.htm' &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: HTTP: Authentication username = 'xxxxxxxxxxxx' priv-level = 15 auth-type = aaa &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA: parse name=tty5 idb type=-1 tty=-1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA: name=tty5 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=5 channel=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA/MEMORY: create_user (0x80D514A8) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII service=LOGIN priv=0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.923: AAA/AUTHEN/START (3860340525): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/START (3860340525): found list vtymethod_radius &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/START (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN/CONT (3860340525): continue_login (user='(undef)') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETUSER &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.927: AAA/AUTHEN (3860340525): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN/CONT (3860340525): continue_login (user='xxxxxxxxxxxx') &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN (3860340525): status = GETPASS &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: AAA/AUTHEN (3860340525): Method=radius (radius) &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.931: RADIUS: ustruct sharecount=1 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: RADIUS: Initial Transmit tty5 id 180 172.18.1.26:1645, Access-Request, len 74 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 4 6 0A020281 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 5 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 61 6 00000005 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 1 5 6477611F &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 31 13 3137322E &lt;/P&gt;&lt;P&gt;Jul 23 12:34:48.935: Attribute 2 18 9C378E51 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: RADIUS: Received from id 180 172.18.1.26:1645, Access-Accept, len 52 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 18 21 50415353 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 6 6 00000006 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.047: Attribute 1 5 64776164 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.051: RADIUS: saved authorization data for user 80D514A8 at 80D51DE0 &lt;/P&gt;&lt;P&gt;Jul 23 12:34:51.051: AAA/AUTHEN (3860340525): status = PASS &lt;/P&gt;&lt;P&gt;,etc ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use OTP configured on my ACE, there is problem to connect with http. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I launch my browser : &lt;A class="jive-link-custom" href="http://10.2.2.129" target="_blank"&gt;http://10.2.2.129&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;It asked me the login and password : I use first OTP : bab - 8038249352 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I arrive at &lt;/P&gt;&lt;P&gt;Cisco Systems &lt;/P&gt;&lt;P&gt;Accessing Cisco WS-routerC-24 "router" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click on Web Console - Manage the Switch through the web interface. &lt;/P&gt;&lt;P&gt;It asked me again the password : bab - 8038948533 &lt;/P&gt;&lt;P&gt;I download one java object and it's asked me again OTP for the follow objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I insert again the next OTP and so... &lt;/P&gt;&lt;P&gt;After many OTP,I have got an http error on my browser (Java.lang.IndexOutOfBoundsException : Index 0 , Size 0) with version 1.4.0 java. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the trace when it doesn't works : &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:25:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180065#M436137</guid>
      <dc:creator>DWAM_2</dc:creator>
      <dc:date>2019-03-10T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HTTP Login Authentication use Radius/Ace Server Se</title>
      <link>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180066#M436138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C2950#&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.823: HTTP: parsed uri '/homepage.htm'&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.823: HTTP: client version 1.0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.823: HTTP: parsed extension Accept&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension Referer&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension Accept-Language&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension User-Agent&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension Authorization&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed authorization type Basic&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension Via&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.827: HTTP: parsed extension X-Forwarded-For&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: HTTP: parsed extension Host&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: HTTP: parsed extension Cache-Control&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: HTTP: parsed extension Connection&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: HTTP: Authentication for url '/homepage.htm' '/homepage.htm' level 15  privless '/homepage.htm'&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: HTTP: Authentication username = 'bab' priv-level = 15 auth-type = aaa&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: AAA: parse name=tty5 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.831: AAA: name=tty5 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=5 channel=0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/MEMORY: create_user (0x80E0C820) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII serv&lt;/P&gt;&lt;P&gt;ice=LOGIN priv=0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN/START (240300930): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN/START (240300930): found list vtymethod_radius&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN/START (240300930): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN (240300930): status = GETUSER&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN/CONT (240300930): continue_login (user='(undef)')&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.835: AAA/AUTHEN (240300930): status = GETUSER&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: AAA/AUTHEN (240300930): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: AAA/AUTHEN (240300930): status = GETPASS&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: AAA/AUTHEN/CONT (240300930): continue_login (user='bab')&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: AAA/AUTHEN (240300930): status = GETPASS&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: AAA/AUTHEN (240300930): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.839: RADIUS: ustruct sharecount=1&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.843: RADIUS: Initial Transmit tty5 id 157 172.18.1.26:1645, Access-Request, len 74&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 4 6 0A020281&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 5 6 00000005&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 61 6 00000005&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 1 5 6261621F&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 31 13 3137322E&lt;/P&gt;&lt;P&gt;Jul 23 12:02:32.847:         Attribute 2 18 C385E406&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.875: RADIUS: Received from id 157 172.18.1.26:1645, Access-Reject, len 37&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.875:         Attribute 18 17 41636365&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.879: RADIUS: saved authorization data for user 80E0C820 at 0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.879: AAA/AUTHEN (240300930): status = FAIL&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.879: HTTP: Authentication failed&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.883: HTTP: authorization rejected&lt;/P&gt;&lt;P&gt;Jul 23 12:02:35.883: AAA/MEMORY: free_user (0x80E0C820) user='bab' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII ser&lt;/P&gt;&lt;P&gt;vice=LOGIN priv=0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed uri '/homepage.htm'&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: client version 1.0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed extension Accept&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed extension Referer&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed extension Accept-Language&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed extension User-Agent&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed extension Authorization&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.684: HTTP: parsed authorization type Basic&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: parsed extension Via&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: parsed extension X-Forwarded-For&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: parsed extension Host&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: parsed extension Cache-Control&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: parsed extension Connection&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: Authentication for url '/homepage.htm' '/homepage.htm' level 15  privless '/homepage.htm'&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.688: HTTP: Authentication username = 'bab' priv-level = 15 auth-type = aaa&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA: parse name=tty5 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA: name=tty5 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=5 channel=0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA/MEMORY: create_user (0x80E0CA64) user='' ruser='' port='tty5' rem_addr='172.17.6.70' authen_type=ASCII serv&lt;/P&gt;&lt;P&gt;ice=LOGIN priv=0&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA/AUTHEN/START (3621916037): port='tty5' list='vtymethod_radius' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA/AUTHEN/START (3621916037): found list vtymethod_radius&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.692: AAA/AUTHEN/START (3621916037): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): status = GETUSER&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN/CONT (3621916037): continue_login (user='(undef)')&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): status = GETUSER&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): status = GETPASS&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN/CONT (3621916037): continue_login (user='bab')&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): status = GETPASS&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.696: AAA/AUTHEN (3621916037): Method=radius (radius)&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.700: RADIUS: ustruct sharecount=1&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.700: RADIUS: Initial Transmit tty5 id 158 172.18.1.26:1645, Access-Request, len 74&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 4 6 0A020281&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 5 6 00000005&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 61 6 00000005&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 1 5 6261621F&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 31 13 3137322E&lt;/P&gt;&lt;P&gt;Jul 23 12:02:54.704:         Attribute 2 18 3246801A&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.840: RADIUS: Received from id 158 172.18.1.26:1645, Access-Accept, len 52&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.840:         Attribute 18 21 50415353&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.840:         Attribute 6 6 00000006&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.840:         Attribute 1 5 62616264&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.844: RADIUS: saved authorization data for user 80E0CA64 at 80D52EAC&lt;/P&gt;&lt;P&gt;Jul 23 12:02:57.844: AAA/AUTHEN (3621916037): status = PASS&lt;/P&gt;&lt;P&gt;FAIL FAIL PASS FAIL FAIL PASS...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remarques : &lt;/P&gt;&lt;P&gt;-&amp;gt; when I use hyperterminal (vty) , it's work very good in both cases (OTP and Static Password)&lt;/P&gt;&lt;P&gt;-&amp;gt; I have try with different types of running jave (1.3.1 - 1.4.0 same results).&lt;/P&gt;&lt;P&gt;-&amp;gt; I have try on many PCs (172.17.6.20 - 172.18.1.116) -&amp;gt; no more good results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my questions are :&lt;/P&gt;&lt;P&gt;-&amp;gt; Is it possible to configure Login Authentication HTTP with Radius / Ace SecurID Token OTP ?&lt;/P&gt;&lt;P&gt;-&amp;gt; If yes, why it doens't work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2003 09:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180066#M436138</guid>
      <dc:creator>DWAM_2</dc:creator>
      <dc:date>2003-07-23T09:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HTTP Login Authentication use Radius/Ace Server Se</title>
      <link>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180067#M436139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatlely, web login whether its with the switch/router or PIX on PDM, one time password doesn't work due to multiple authentication requests, sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mynul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2003 21:15:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180067#M436139</guid>
      <dc:creator>mhoda</dc:creator>
      <dc:date>2003-07-24T21:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HTTP Login Authentication use Radius/Ace Server Se</title>
      <link>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180068#M436141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2003 08:57:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configure-http-login-authentication-use-radius-ace-server/m-p/180068#M436141</guid>
      <dc:creator>DWAM_2</dc:creator>
      <dc:date>2003-07-28T08:57:58Z</dc:date>
    </item>
  </channel>
</rss>

