<?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: ACS 5.1 with LDAP in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-5-1-with-ldap/m-p/1559101#M267228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hany Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AD used as an LDAP ID store is not different than any other LDAP servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are just few points to consider which are&amp;nbsp; specific to the AD LDAP impementation:&lt;/P&gt;&lt;P&gt;- Server port: you can use the standard port TCP/389 or TCP/3268 that is the Global Catalog&lt;/P&gt;&lt;P&gt;- Subject Objectclass: Person&lt;/P&gt;&lt;P&gt;- Subject Name Attribute: samAccountName&lt;/P&gt;&lt;P&gt;- Group Objectclass: Group&lt;/P&gt;&lt;P&gt;- Group Map Attribute: this depends on the config for the "Subject Objects Contain Reference To Groups" vs. "Group Objects Contain Reference To Subjects":&lt;/P&gt;&lt;P&gt; * Subject Objects Contain Reference To Groups =&amp;gt; Group Map Attribute: memberOf&lt;/P&gt;&lt;P&gt; * Group Objects Contain Reference To Subjects =&amp;gt; Group Map Attribute: member&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In this case, make sure that the "&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;Subjects In Groups Are Stored In Member Attribute As" =&amp;gt; Distinguished Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general the LDAP config on ACS 5.1 is covered here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1138165"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1138165&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then want to map additional attributes, you have to add them on the "Directory Attributes" page of the ACS for the LDAP instance:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1166571"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1166571&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These attributes can be retrieved from the Authorization policy picking those attributes from the dictionary that is defined by ACS for the specific LDAP instance.&lt;/P&gt;&lt;P&gt;For example, if you have an attribute "Country" on the LDAP instance that you called "MyLDAPServer", then you will have a dictionary called "MyLDAPServer", and you will be able to add the attribute in the form "MyLDAPServer:Country" to the condition list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more about managing policies at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/access_policies.html"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/access_policies.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this answers your questions even though it may be a bit generic.&lt;/P&gt;&lt;P&gt;Indeed, LDAP is a very flexible ID Store, but you do have to know what the LDAP structure looks like and what attributes you need to check for.&lt;/P&gt;&lt;P&gt;Then, if this is clear, the ACS configuration guide should be detailed enough to allow you to translate your requirements into the ACS config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;If this answers your question please mark the question as "answered" and rate it, so other users can easily find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 15:51:47 GMT</pubDate>
    <dc:creator>Federico Lovison</dc:creator>
    <dc:date>2010-11-25T15:51:47Z</dc:date>
    <item>
      <title>ACS 5.1 with LDAP</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-5-1-with-ldap/m-p/1559100#M267227</link>
      <description>&lt;P&gt;i want the configuration steps that integrate ACS with LDAP , and i want to match the attributes of specific domain user "like sAMAccount" , and apply access control policy on this specific LDAP username .&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-5-1-with-ldap/m-p/1559100#M267227</guid>
      <dc:creator>hany_ibrahim</dc:creator>
      <dc:date>2019-03-11T00:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 5.1 with LDAP</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-5-1-with-ldap/m-p/1559101#M267228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hany Ibrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AD used as an LDAP ID store is not different than any other LDAP servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are just few points to consider which are&amp;nbsp; specific to the AD LDAP impementation:&lt;/P&gt;&lt;P&gt;- Server port: you can use the standard port TCP/389 or TCP/3268 that is the Global Catalog&lt;/P&gt;&lt;P&gt;- Subject Objectclass: Person&lt;/P&gt;&lt;P&gt;- Subject Name Attribute: samAccountName&lt;/P&gt;&lt;P&gt;- Group Objectclass: Group&lt;/P&gt;&lt;P&gt;- Group Map Attribute: this depends on the config for the "Subject Objects Contain Reference To Groups" vs. "Group Objects Contain Reference To Subjects":&lt;/P&gt;&lt;P&gt; * Subject Objects Contain Reference To Groups =&amp;gt; Group Map Attribute: memberOf&lt;/P&gt;&lt;P&gt; * Group Objects Contain Reference To Subjects =&amp;gt; Group Map Attribute: member&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In this case, make sure that the "&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;Subjects In Groups Are Stored In Member Attribute As" =&amp;gt; Distinguished Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general the LDAP config on ACS 5.1 is covered here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1138165"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1138165&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then want to map additional attributes, you have to add them on the "Directory Attributes" page of the ACS for the LDAP instance:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1166571"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/users_id_stores.html#wp1166571&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These attributes can be retrieved from the Authorization policy picking those attributes from the dictionary that is defined by ACS for the specific LDAP instance.&lt;/P&gt;&lt;P&gt;For example, if you have an attribute "Country" on the LDAP instance that you called "MyLDAPServer", then you will have a dictionary called "MyLDAPServer", and you will be able to add the attribute in the form "MyLDAPServer:Country" to the condition list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more about managing policies at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/access_policies.html"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/user/guide/access_policies.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this answers your questions even though it may be a bit generic.&lt;/P&gt;&lt;P&gt;Indeed, LDAP is a very flexible ID Store, but you do have to know what the LDAP structure looks like and what attributes you need to check for.&lt;/P&gt;&lt;P&gt;Then, if this is clear, the ACS configuration guide should be detailed enough to allow you to translate your requirements into the ACS config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;If this answers your question please mark the question as "answered" and rate it, so other users can easily find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:51:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-5-1-with-ldap/m-p/1559101#M267228</guid>
      <dc:creator>Federico Lovison</dc:creator>
      <dc:date>2010-11-25T15:51:47Z</dc:date>
    </item>
  </channel>
</rss>

