<?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 Catalyst 3850 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4809682#M580996</link>
    <description>&lt;P&gt;Debugs are self-explanatory that LDAP doesn't support interactive login and the same is mentioned in &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/15-e/sec-usr-ldap-15-e-book/sec_conf_ldap.html#GUID-A7AFC327-F809-44C9-87B9-DB12AD700962" target="_self"&gt;this&lt;/A&gt; document.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2023 18:04:07 GMT</pubDate>
    <dc:creator>Nancy Saini</dc:creator>
    <dc:date>2023-04-06T18:04:07Z</dc:date>
    <item>
      <title>LDAP authentication on Catalyst 3850</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4808850#M580957</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to implement LDAP authentication on Cisco Catalyst 3850 switches, they run IOS XE 16.12.08. My LDAP server is an Open LDAP running slapd on TCP/636&lt;/P&gt;&lt;P&gt;According to the documentation, and if I trust the available commands, it seems that it is possible!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/15-e/sec-usr-ldap-15-e-book/sec_conf_ldap.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/15-e/sec-usr-ldap-15-e-book/sec_conf_ldap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/xe-3se/3850/sec-usr-ldap-xe-3se-3850-book.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/xe-3se/3850/sec-usr-ldap-xe-3se-3850-book.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I can't find any concrete example of this on the internet !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current configuration on the Catalyst&amp;nbsp; :&amp;nbsp;&lt;/P&gt;&lt;P&gt;ldap server ldapvip&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ipv4 172.28.X.X&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; transport port 636&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; timeout retransmit 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bind authenticate root-dn ou=**,cn=**,dc=**,dc=** password 7 ********&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; base-dn dc=**,dc=**&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; authentication bind-first&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mode secure&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group ldap&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group ldap&lt;/P&gt;&lt;P&gt;aaa authentication enable default group ldap&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OpenLdap is functionnal, as I already implemented authentication for those same Catalyst, but using tacacs and a PAM solution to interface my tacacs solution to the OpenLdap.&lt;/P&gt;&lt;P&gt;The thing is when I'm trying to authenticate using my LDAP configuration, the catalyst doesn't send any packet to the LDAP server, there is a Firewall in the middle but I tested the tcp/636 port and even allowed every type of traffic between those two hosts.&lt;/P&gt;&lt;P&gt;When I try to authenticate, the ouptut of debug aaa authentication is :&lt;BR /&gt;GMT: AAA/BIND(000010CA) Bind i/f&lt;BR /&gt;GMT: AAA/AUTHEN/LOGIN (000010CA) : Pick method list 'default'&lt;/P&gt;&lt;P&gt;GMT:&amp;nbsp;AAA/AUTHEN/LOGIN (000010CA) : Pick method list 'default'&lt;/P&gt;&lt;P&gt;And the default method list is set to ldap, wich according to the documentation, consists in every ldap host defined, such as my ldapvip.&lt;/P&gt;&lt;P&gt;I've struggled with this for a long time, and I tried many other configurations.&lt;/P&gt;&lt;P&gt;Does anyone see the issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 14:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4808850#M580957</guid>
      <dc:creator>nblazquez</dc:creator>
      <dc:date>2023-04-05T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP authentication on Catalyst 3850</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4808969#M580958</link>
      <description>&lt;P&gt;Enable LDAP debugs on the switch and check if switch is initiating any authentication request.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 17:02:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4808969#M580958</guid>
      <dc:creator>Nancy Saini</dc:creator>
      <dc:date>2023-04-05T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP authentication on Catalyst 3850</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4809303#M580969</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Thank you for your answer! Here are the debug output :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;GMT: LDAP: Received queue eventg, new AAA requests&lt;BR /&gt;GMT: LDAP: LDAP authentication request&lt;BR /&gt;GMT: Username/Password sanity check failed!!&lt;BR /&gt;GMT: LDAP: LDAP doesn't support interactive login&lt;/P&gt;&lt;P&gt;GMT: LDAP: LDAP: Queuing AAA request 4310 for processing&lt;/P&gt;&lt;P&gt;GMT: LDAP: Received queue event, new AAA request&lt;/P&gt;&lt;P&gt;GMT: LDAP: LDAP authentication request&lt;/P&gt;&lt;P&gt;GMT: LDAP: Username/Password sanity sanity check failed!!&lt;/P&gt;&lt;P&gt;GMT: LDAP: LDAP doesn't support interactive login&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 07:20:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4809303#M580969</guid>
      <dc:creator>nblazquez</dc:creator>
      <dc:date>2023-04-06T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP authentication on Catalyst 3850</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4809682#M580996</link>
      <description>&lt;P&gt;Debugs are self-explanatory that LDAP doesn't support interactive login and the same is mentioned in &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ldap/configuration/15-e/sec-usr-ldap-15-e-book/sec_conf_ldap.html#GUID-A7AFC327-F809-44C9-87B9-DB12AD700962" target="_self"&gt;this&lt;/A&gt; document.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 18:04:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4809682#M580996</guid>
      <dc:creator>Nancy Saini</dc:creator>
      <dc:date>2023-04-06T18:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP authentication on Catalyst 3850</title>
      <link>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4810006#M581008</link>
      <description>&lt;P&gt;Yes I figured it out, thank you for your help, now I need to find a workaround&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 07:42:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ldap-authentication-on-catalyst-3850/m-p/4810006#M581008</guid>
      <dc:creator>nblazquez</dc:creator>
      <dc:date>2023-04-07T07:42:12Z</dc:date>
    </item>
  </channel>
</rss>

