<?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: LDAP Authentication on router vty login in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242316#M144674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatin, Thank you!&lt;/P&gt;&lt;P&gt;This is exactly what I was looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for exec authentication if I want to use LDAP I should use radius?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 04:10:31 GMT</pubDate>
    <dc:creator>aliverlex</dc:creator>
    <dc:date>2013-06-11T04:10:31Z</dc:date>
    <item>
      <title>LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242310#M144668</link>
      <description>&lt;P&gt;I'm trying to deploy ldap authentication (MS AD) for router vty login. I used manual like this - &lt;A href="http://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_ldap/configuration/15-2mt/sec_conf_ldap.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_ldap/configuration/15-2mt/sec_conf_ldap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But my scenario was unlucky&lt;/P&gt;&lt;P&gt;My config is...&lt;/P&gt;&lt;P&gt;_____&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server ldap ad1&lt;/P&gt;&lt;P&gt; server test&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group ad1 local&lt;/P&gt;&lt;P&gt;aaa authorization exec default if-authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;skip...&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ldap attribute-map map1&lt;/P&gt;&lt;P&gt; map type sAMAccountName username&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ldap server test&lt;/P&gt;&lt;P&gt; ipv4 172.16.107.145&lt;/P&gt;&lt;P&gt; attribute map map1&lt;/P&gt;&lt;P&gt; timeout retransmit 20&lt;/P&gt;&lt;P&gt; bind authenticate root-dn CN=Administrator,CN=users,DC=fabrikam,dc=com password 7 02050D480809&lt;/P&gt;&lt;P&gt; base-dn CN=users,DC=fabrikam,dc=com&lt;/P&gt;&lt;P&gt;_____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of "&lt;SPAN style="font-size: 10pt;"&gt;ldap attribute-map map1" I tried to use "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;search-filter user-object-type name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;". No effect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used wireshark to sniffer packets from cisco to AD. No packets to AD port (389 or 3268) have been captured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used debug ldap all&lt;/P&gt;&lt;P&gt;That's output&lt;/P&gt;&lt;P&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: LDAP: Queuing AAA request 117 for processing&lt;/P&gt;&lt;P&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: Received queue event, new AAA request&lt;/P&gt;&lt;P&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: LDAP authentication request&lt;/P&gt;&lt;P&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: No attributes to check username sanity&lt;/P&gt;&lt;P&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: Username/Password sanity check failed!!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*Jun&amp;nbsp; 9 19:38:45.414: LDAP: LDAP doesn't suport interactive login&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note last string. Is it mean that I cannot use ldap for this purpose?&lt;/P&gt;&lt;P&gt;What I do wrong?&lt;/P&gt;&lt;P&gt;Thank's!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242310#M144668</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2019-03-11T03:31:33Z</dc:date>
    </item>
    <item>
      <title>LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242311#M144669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide the o/p of&lt;/P&gt;&lt;P&gt;show ldap server all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where did you take captures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried checking the connction with softerra browser? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt;- Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 06:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242311#M144669</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-10T06:54:47Z</dc:date>
    </item>
    <item>
      <title>LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242312#M144670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatin, thanks for answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's output of&lt;/P&gt;&lt;P&gt;show ldap server all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server Information for test&lt;/P&gt;&lt;P&gt;================================&lt;/P&gt;&lt;P&gt;Server name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :test&lt;/P&gt;&lt;P&gt;Server IP&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; :172.16.107.145&lt;/P&gt;&lt;P&gt;Server listening Port&amp;nbsp;&amp;nbsp; :389&lt;/P&gt;&lt;P&gt;Bind Root-dn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :CN=Administrator,CN=users,DC=fabrikam,dc=com&lt;/P&gt;&lt;P&gt;Server mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Non-Secure&lt;/P&gt;&lt;P&gt;Cipher Suite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :0x00&lt;/P&gt;&lt;P&gt;Authentication Seq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Search first. Then Bind/Compare password next&lt;/P&gt;&lt;P&gt;Authentication Procedure:Bind with user password&lt;/P&gt;&lt;P&gt;Base-Dn&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; :CN=users,DC=fabrikam,dc=com&lt;/P&gt;&lt;P&gt;Attribute map&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :map1&lt;/P&gt;&lt;P&gt;Request timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :20&lt;/P&gt;&lt;P&gt;---------------------------------&lt;/P&gt;&lt;P&gt;* LDAP STATISTICS *&lt;/P&gt;&lt;P&gt;Total messages&amp;nbsp; [Sent:0, Received:0]&lt;/P&gt;&lt;P&gt;Response delay(ms) [Average:0, Maximum:0]&lt;/P&gt;&lt;P&gt;Total search&amp;nbsp;&amp;nbsp;&amp;nbsp; [Request:0, ResultEntry:0, ResultDone:0]&lt;/P&gt;&lt;P&gt;Total bind&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Request:0, Response:0]&lt;/P&gt;&lt;P&gt;Total extended&amp;nbsp; [Request:0, Response:0]&lt;/P&gt;&lt;P&gt;Total compare&amp;nbsp;&amp;nbsp; [Request:0, Response:0]&lt;/P&gt;&lt;P&gt;Search [Success:0, Failures:0]&lt;/P&gt;&lt;P&gt;Bind&amp;nbsp;&amp;nbsp; [Success:0, Failures:0]&lt;/P&gt;&lt;P&gt;Missing attrs in Entry [0]&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;No. of active connections&amp;nbsp;&amp;nbsp; &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Captures&amp;nbsp; I did on MS AD (LDAP) server 172.16.107.145&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;via ldap browser I haven't tried, but It's next step for troubleshooting.&lt;/P&gt;&lt;P&gt;as I said in previous message there aren't any packets from cisco to LDAP server. Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 07:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242312#M144670</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2013-06-10T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242313#M144671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to ping the LDAP server? Also, could you please try the below listed commend from the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet&amp;nbsp; 172.16.107.145 389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to install ldap browser and see if that can connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 14:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242313#M144671</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-10T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242314#M144672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R1-nord#telnet 172.16.107.145 389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying 172.16.107.145, 389 ... Open&lt;/P&gt;&lt;P&gt;^]&lt;/P&gt;&lt;P&gt;[Connection to 172.16.107.145 closed by foreign host]&lt;/P&gt;&lt;P&gt;R1-nord#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping, also, successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why&amp;nbsp; do we need ldap browser? I can install it and test connection, but I think result will be the same - OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as can we see there aren't any problem&amp;nbsp; with network connection between server and router&lt;/P&gt;&lt;P&gt;Problem is router not send request to server. And it's not clear for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 15:23:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242314#M144672</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2013-06-10T15:23:00Z</dc:date>
    </item>
    <item>
      <title>LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242315#M144673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LDAP support on IOS is limited to VPN authentication and unfortunately, cannot be used for Admin (exec) authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.cisco.com/cisco/psn/bssprt/bss?searchType=bstbugidsearch&amp;amp;page=bstBugDetail&amp;amp;BugID=CSCug65194" target="_blank"&gt;CSCug65194&lt;/A&gt;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; Document LDAP nonsupport for login authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAA does not support using an LDAP method for interactive login authentication. Customers may configure "aaa authentication login default group ldap", but when an interactive (terminal) session tries to authenticate using LDAP, the&lt;/P&gt;&lt;P&gt;following message is syslogged:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"LDAP: LDAP doesn't support [sic] interactive login"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is due to the following check in ldap_authen_req() aaa/ldap/src/ldap_main.c:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (intf &amp;amp;&amp;amp; intf-&amp;gt;tty) {&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;&amp;nbsp;&amp;nbsp; LDAP_EVENT("LDAP doesn't suport interactive login");&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;&amp;nbsp;&amp;nbsp; ldap_method_failover(proto_req);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:14:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242315#M144673</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-10T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242316#M144674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatin, Thank you!&lt;/P&gt;&lt;P&gt;This is exactly what I was looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for exec authentication if I want to use LDAP I should use radius?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 04:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242316#M144674</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2013-06-11T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242317#M144675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use tacacs or radius. With Tacacs you would have more control on user access as it also support command authorization whereas radius does't.&lt;BR /&gt;&lt;BR /&gt;Jatin katyal&lt;BR /&gt;*Do rate helpful posts*&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 09:19:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242317#M144675</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-11T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242318#M144677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know if you have any further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:41:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242318#M144677</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-13T07:41:27Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242319#M144679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I have no any questions&lt;/P&gt;&lt;P&gt;We use radius and it suits us&lt;/P&gt;&lt;P&gt;Thank's a lot again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:03:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242319#M144679</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2013-06-13T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242320#M144681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update. I'd appreciate if you can mark this thread as resolved so that it can be used by others for the similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:10:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242320#M144681</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-13T08:10:20Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242321#M144686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to mark &lt;SPAN style="font-size: 10pt;"&gt;this thread as resolved?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I see only how to mark reply as correct and I did it for one your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:23:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242321#M144686</guid>
      <dc:creator>aliverlex</dc:creator>
      <dc:date>2013-06-13T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re:LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242322#M144688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you already marked it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:27:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242322#M144688</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-13T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin, Even i am facing</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242323#M144690</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 03:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/2242323#M144690</guid>
      <dc:creator>syed musaib mujtaba</dc:creator>
      <dc:date>2015-02-28T03:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication on router vty login</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/3877428#M144692</link>
      <description>&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question, so that means "enable login using LDAP accounts"&amp;nbsp; on IOS 15M&amp;amp;T&amp;nbsp; is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End goal is to login using LDAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Kevin Monteiro&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:54:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-router-vty-login/m-p/3877428#M144692</guid>
      <dc:creator>montkevin</dc:creator>
      <dc:date>2019-06-21T13:54:24Z</dc:date>
    </item>
  </channel>
</rss>

