<?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 Issue with Cisco ACS and different Domains in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729435#M420108</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are having currently a trouble with Cisco ACS which we have implemented, and I'll try to describe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have ACS Linked to AD Directory domains, where we have 2 domains, and proper group mappings. &lt;/P&gt;&lt;P&gt;We have then our Cisco Switches with following config, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication fail-message ^CCCC&lt;/P&gt;&lt;P&gt;Failled to Authenticate!&lt;/P&gt;&lt;P&gt;Please Contact IT Networks Group for further information.&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue is that with the users from one domain we can authenticate, but not from the other. The issue is basically that when we check on Passed Authentication, both authentications are passing, and showing "Authen OK", but on the switch side, there is a failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be something wrong with ACS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:15:20 GMT</pubDate>
    <dc:creator>jorge.s</dc:creator>
    <dc:date>2019-03-10T22:15:20Z</dc:date>
    <item>
      <title>Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729435#M420108</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are having currently a trouble with Cisco ACS which we have implemented, and I'll try to describe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have ACS Linked to AD Directory domains, where we have 2 domains, and proper group mappings. &lt;/P&gt;&lt;P&gt;We have then our Cisco Switches with following config, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication fail-message ^CCCC&lt;/P&gt;&lt;P&gt;Failled to Authenticate!&lt;/P&gt;&lt;P&gt;Please Contact IT Networks Group for further information.&lt;/P&gt;&lt;P&gt;^C&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue is that with the users from one domain we can authenticate, but not from the other. The issue is basically that when we check on Passed Authentication, both authentications are passing, and showing "Authen OK", but on the switch side, there is a failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be something wrong with ACS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:15:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729435#M420108</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2019-03-10T22:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729436#M420109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a known bug with remote logging, in ACS authentication shows ok, however; client is not able to establish any session. Seems like exact same issue. If you have remote logging enabled on ACS, disable it and then try authentication. if authentication is working then you are hitting that bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise run the following debugs on the router which should tell us why authentication is failing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug aaa authentication&lt;/P&gt;&lt;P&gt;debug aaa authorization&lt;/P&gt;&lt;P&gt;debug tacacs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be device is not reciveing authentication response back from the ACS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;-Parminder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:12:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729436#M420109</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T11:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729437#M420110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do I find this remote logging option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:26:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729437#M420110</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2007-07-04T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729438#M420111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On ACS web interface go under "system configuration&amp;gt;&amp;gt;logging."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact version of ACS you are running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Parminder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:28:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729438#M420111</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T11:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729439#M420112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACS 3.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:33:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729439#M420112</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2007-07-04T11:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729440#M420113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have remote logging enabled and authentication is working fine after disabling remote logging you might be hitting CSCeg40355.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;parminder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:44:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729440#M420113</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729441#M420114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;023738: Jul  4 12:51:20: AAA: parse name=tty1 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;023739: Jul  4 12:51:20: AAA: name=tty1 flags=0x11 type=5 shelf=0 slot=0 adapter&lt;/P&gt;&lt;P&gt;=0 port=1 channel=0&lt;/P&gt;&lt;P&gt;023740: Jul  4 12:51:20: AAA/MEMORY: create_user (0x2CB0178) user='NULL' ruser='&lt;/P&gt;&lt;P&gt;NULL' ds0=0 port='tty1' rem_addr='170.64.222.79' authen_type=ASCII service=LOGIN&lt;/P&gt;&lt;P&gt; priv=1 initial_task_id='0', vrf= (id=0)&lt;/P&gt;&lt;P&gt;023741: Jul  4 12:51:20: AAA/AUTHEN/START (3398875699): port='tty1' list='' acti&lt;/P&gt;&lt;P&gt;on=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;023742: Jul  4 12:51:20: AAA/AUTHEN/START (3398875699): using "default" list&lt;/P&gt;&lt;P&gt;023743: Jul  4 12:51:20: AAA/AUTHEN/START (3398875699): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;023744: Jul  4 12:51:20: TAC+: send AUTHEN/START packet ver=192 id=3398875699&lt;/P&gt;&lt;P&gt;023745: Jul  4 12:51:20: TAC+: ver=192 id=3398875699 received AUTHEN status = GE&lt;/P&gt;&lt;P&gt;TUSER&lt;/P&gt;&lt;P&gt;023746: Jul  4 12:51:20: AAA/AUTHEN (3398875699): status = GETUSER&lt;/P&gt;&lt;P&gt;023747: Jul  4 12:51:26: AAA/AUTHEN/CONT (3398875699): continue_login (user='(un&lt;/P&gt;&lt;P&gt;def)')&lt;/P&gt;&lt;P&gt;023748: Jul  4 12:51:26: AAA/AUTHEN (3398875699): status = GETUSER&lt;/P&gt;&lt;P&gt;023749: Jul  4 12:51:26: AAA/AUTHEN (3398875699): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;023750: Jul  4 12:51:26: TAC+: send AUTHEN/CONT packet id=3398875699&lt;/P&gt;&lt;P&gt;023751: Jul  4 12:51:26: TAC+: ver=192 id=3398875699 received AUTHEN status = GE&lt;/P&gt;&lt;P&gt;TPASS&lt;/P&gt;&lt;P&gt;023752: Jul  4 12:51:26: AAA/AUTHEN (3398875699): status = GETPASS&lt;/P&gt;&lt;P&gt;023753: Jul  4 12:51:29: AAA/AUTHEN/CONT (3398875699): continue_login (user='q1j&lt;/P&gt;&lt;P&gt;orgsous2')&lt;/P&gt;&lt;P&gt;023754: Jul  4 12:51:29: AAA/AUTHEN (3398875699): status = GETPASS&lt;/P&gt;&lt;P&gt;023755: Jul  4 12:51:29: AAA/AUTHEN (3398875699): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;023756: Jul  4 12:51:29: TAC+: send AUTHEN/CONT packet id=3398875699&lt;/P&gt;&lt;P&gt;023757: Jul  4 12:51:34: AAA/AUTHEN (3398875699): status = ERROR&lt;/P&gt;&lt;P&gt;023758: Jul  4 12:51:34: AAA/AUTHEN/START (3619397261): port='tty1' list='' acti&lt;/P&gt;&lt;P&gt;on=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;023759: Jul  4 12:51:34: AAA/AUTHEN/START (3619397261): Restart&lt;/P&gt;&lt;P&gt;023760: Jul  4 12:51:34: AAA/AUTHEN/START (3619397261): Method=LOCAL&lt;/P&gt;&lt;P&gt;023761: Jul  4 12:51:34: AAA/AUTHEN (3619397261): User not found, end of method&lt;/P&gt;&lt;P&gt;list&lt;/P&gt;&lt;P&gt;023762: Jul  4 12:51:34: AAA/AUTHEN (3619397261): status = FAIL&lt;/P&gt;&lt;P&gt;023763: Jul  4 12:51:36: AAA/AUTHEN/ABORT: (3619397261) because Unknown.&lt;/P&gt;&lt;P&gt;023764: Jul  4 12:51:36: AAA/MEMORY: free_user_quiet (0x2CB0178) user='q1jorgsou&lt;/P&gt;&lt;P&gt;s2' ruser='NULL' port='tty1' rem_addr='170.64.222.79' authen_type=1 service=1 pr&lt;/P&gt;&lt;P&gt;iv=1&lt;/P&gt;&lt;P&gt;023765: Jul  4 12:51:36: AAA: parse name=tty1 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;023766: Jul  4 12:51:36: AAA: name=tty1 flags=0x11 type=5 shelf=0 slot=0 adapter&lt;/P&gt;&lt;P&gt;=0 port=1 channel=0&lt;/P&gt;&lt;P&gt;023767: Jul  4 12:51:36: AAA/MEMORY: create_user (0x2CB0178) user='NULL' ruser='&lt;/P&gt;&lt;P&gt;NULL' ds0=0 port='tty1' rem_addr='170.64.222.79' authen_type=ASCII service=LOGIN&lt;/P&gt;&lt;P&gt; priv=1 initial_task_id='0', vrf= (id=0)&lt;/P&gt;&lt;P&gt;023768: Jul  4 12:51:36: AAA/AUTHEN/START (1833734231): port='tty1' list='' acti&lt;/P&gt;&lt;P&gt;on=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;023769: Jul  4 12:51:36: AAA/AUTHEN/START (1833734231): using "default" list&lt;/P&gt;&lt;P&gt;023770: Jul  4 12:51:36: AAA/AUTHEN/START (1833734231): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;023771: Jul  4 12:51:36: TAC+: send AUTHEN/START packet ver=192 id=1833734231&lt;/P&gt;&lt;P&gt;023772: Jul  4 12:51:36: TAC+: ver=192 id=1833734231 received AUTHEN status = GE&lt;/P&gt;&lt;P&gt;TUSER&lt;/P&gt;&lt;P&gt;023773: Jul  4 12:51:36: AAA/AUTHEN (1833734231): status = GETUSER&lt;/P&gt;&lt;P&gt;023774: Jul  4 12:51:40: AAA/AUTHEN/CONT (1833734231): continue_login (user='(un&lt;/P&gt;&lt;P&gt;def)')&lt;/P&gt;&lt;P&gt;023775: Jul  4 12:51:40: AAA/AUTHEN (1833734231): status = GETUSER&lt;/P&gt;&lt;P&gt;023776: Jul  4 12:51:40: AAA/AUTHEN (1833734231): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;023777: Jul  4 12:51:40: TAC+: send AUTHEN/CONT packet id=1833734231&lt;/P&gt;&lt;P&gt;023778: Jul  4 12:51:40: AAA/AUTHEN (1833734231): status = ERROR&lt;/P&gt;&lt;P&gt;023779: Jul  4 12:51:40: AAA/AUTHEN/START (4010904151): port='tty1' list='' acti&lt;/P&gt;&lt;P&gt;on=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;023780: Jul  4 12:51:40: AAA/AUTHEN/START (4010904151): Restart&lt;/P&gt;&lt;P&gt;023781: Jul  4 12:51:40: AAA/AUTHEN/START (4010904151): Method=LOCAL&lt;/P&gt;&lt;P&gt;023782: Jul  4 12:51:40: AAA/AUTHEN (4010904151): status = GETPASS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:53:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729441#M420114</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2007-07-04T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729442#M420115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debugs it seems like tacacs is not responding /reachable which is why we are getting status=error. which means fall back to the next available method. If authentication is passing on ACS then it should not fallback on local method and we should get pass/fail status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another point is that I don't see any IP address for the tacacs server which is being used for the authentication. Are you sure that you see passed authentication logs on ACS???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Parminder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:09:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729442#M420115</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T12:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729443#M420116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/07/2007 15:15:56 EDE0114 q1jorgsous2 .. .. Group 496 tty1 10.58.0.124 No Filters activated. NETWORK SWITCHES .. 170.64.222.79 Authen OK tawol055 1 .. AMER 10.58.0.124 .. .. No .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:18:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729443#M420116</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2007-07-04T12:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729444#M420117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the timeout on IOS device by using tacacs-server timeout 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have remote logging enabled on ACS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Parminder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729444#M420117</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T12:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729445#M420118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the IOS version we are running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:28:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729445#M420118</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2007-07-04T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Cisco ACS and different Domains</title>
      <link>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729446#M420119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You made my day!&lt;/P&gt;&lt;P&gt;was a timeout issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/issue-with-cisco-acs-and-different-domains/m-p/729446#M420119</guid>
      <dc:creator>jorge.s</dc:creator>
      <dc:date>2007-07-04T12:37:07Z</dc:date>
    </item>
  </channel>
</rss>

