<?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: The UPN suffix exists, it has in IP Telephony and Phones</title>
    <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3214263#M353209</link>
    <description>&lt;P&gt;does any one solve the problem or we should use ADAM for multi forest?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2017 00:10:42 GMT</pubDate>
    <dc:creator>CONNECT-PS Technical</dc:creator>
    <dc:date>2017-11-10T00:10:42Z</dc:date>
    <item>
      <title>CUCM 11.5 authentication with LDAP - Single forest, multiple domains and UPN suffixes</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024152#M341605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to integrate a CUCM 11.5 with an LDAP like this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - One forest&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Multiple domains connected to the forest (for example, avvid.com and voice.com)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Each domain has UPN suffixes, applied to the users, for example:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John Doe's UPN is john.doe@lab.com, the sAMAccountName is jdoe and it is located in the domain avvid.com&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Phil Doe's UPN is phil.doe@avvid.com, the sAMAccountName is phil.doe and it is located in the domain avvid.com&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jane Doe's UPN is jane.doe@test.com, the sAMAccountName is jdoe2 and it is located in the domain voice.com&lt;/P&gt;
&lt;P style="padding-left: 90px;"&gt;&amp;nbsp; Mary Doe's UPN is mary.doe@voice.com, the sAMAccountName is mdoe and it is located in the domain voice.com&lt;/P&gt;
&lt;P style="padding-left: 90px;"&gt;&lt;/P&gt;
&lt;P&gt;With this scenario only the users with an UPN suffix that equals the domain can login. That means that Phil and Mary can login, but John and Jane can't. It is as expected according to the SRND because the CUCM sends the bind to the LDAP based on the UPN and, as long as DC=lab,DC=com or DC=test,DC=com do not exist, it fails. How can this AD be integrated? Could AD/LDS help?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 16:25:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024152#M341605</guid>
      <dc:creator>fjlopezderego</dc:creator>
      <dc:date>2019-03-17T16:25:35Z</dc:date>
    </item>
    <item>
      <title>This will work by default</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024153#M341606</link>
      <description>&lt;P&gt;This will work by default when you integrate CUCM with MS AD (for example). CUCM will forward login requests to AD for authentication. Since you are using 'LDAP Attribute for User ID' as userPrincipleName, CUCM will expect UPN user ID in login requests. If your user ID isn't in UPN forward xxx@yyyy.z then CUCM won't accept authentication. If your user ID is in UPN format, CUCM will take the request and forward it to AD server. Now AD should be ready to read the user ID and based on the domain-suffix lookup in the right structure.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best practice is to have Global Catalog server which reads the correct suffix and locate the domain accordingly to authenticate the user.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2017 12:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024153#M341606</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2017-02-04T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024154#M341607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm using Global Catalog in fact, but it can't authenticate users with an UPN suffix that is different from the root domain.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've reproduced the issue in my lab, the root domain is collab.es and there is an UPN alias aliascollab.es so there is one user like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPN -&amp;gt; collab1@aliascollab.es&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;sAmaccountName -&amp;gt; collab1s&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;When CUCM tries to authenticate it tries to "connect" to: dc=aliascollab, dc=es, but this is not a valid domain and I suppose that this is the reason why it fails.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2017 15:26:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024154#M341607</guid>
      <dc:creator>fjlopezderego</dc:creator>
      <dc:date>2017-02-04T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Understood. You are right</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024155#M341608</link>
      <description>&lt;P&gt;Understood. You are right that its not working because the suffix is different from root domain.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In this case you need ADAM/AD LDS to act as proxy and forward CUCM authentication requests correctly based on the suffix to respective server/forest.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is a very good document explains how that works and how to configure it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-version-80/111979-ucm-multi-forest-00.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 05:12:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024155#M341608</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2017-02-05T05:12:29Z</dc:date>
    </item>
    <item>
      <title>After reading this thread, I</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024156#M341609</link>
      <description>&lt;P&gt;After reading this thread, I believe your problem is that you're specifying the root of a single Tree within the Forest instead the root of the Forest. The LDAP Searce Base should be "DC=com" not "DC=lab,DC=com".&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 20:04:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024156#M341609</guid>
      <dc:creator>Jonathan Schulenberg</dc:creator>
      <dc:date>2017-02-05T20:04:17Z</dc:date>
    </item>
    <item>
      <title>Hi Jonathan,</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024157#M341610</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When the LDAP integration is based on UPN, you can't specify the LDAP search base, the CUCM automatically uses the UPN suffix of the user as search base. For example, there is an user with UPN usuario@suffix.com that belongs to domain.com, when CUCM performs the LDAP binding, it performs the request to DC=suffix, DC=com.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:00:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024157#M341610</guid>
      <dc:creator>fjlopezderego</dc:creator>
      <dc:date>2017-02-06T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Fair enough. Then what do you</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024158#M341611</link>
      <description>&lt;P&gt;Fair enough. Then what do you mean by this statement?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;It is as expected according to the SRND because the CUCM sends the bind to the LDAP based on the UPN and, as long as DC=lab,DC=com or DC=test,DC=com do not exist, it fails.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How can the suffix not exist if it's in the same AD Forest and you're pointing at a Global Catalog server/port?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:09:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024158#M341611</guid>
      <dc:creator>Jonathan Schulenberg</dc:creator>
      <dc:date>2017-02-06T14:09:01Z</dc:date>
    </item>
    <item>
      <title>The UPN suffix exists, it has</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024159#M341612</link>
      <description>&lt;P&gt;The UPN suffix exists, it has been created in AD Domain and Trusts but, when CUCM tries to authenticate for example user1@lab.com where lab.com is an UPN suffix, the search request is sent from CUCM to GC using dc=lab,dc=com as base DN and the GC answers with error 10 because that is not a valid/real domain, it's just an UPN suffix.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:51:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3024159#M341612</guid>
      <dc:creator>fjlopezderego</dc:creator>
      <dc:date>2017-02-06T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: The UPN suffix exists, it has</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3207551#M352795</link>
      <description>&lt;P&gt;I had this problem too, it cannot be done, AD won't find users when searched through an UPN suffix, only through their real domain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had to put an openLDAP proxy inbetween to rewrite domains&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:36:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3207551#M352795</guid>
      <dc:creator>federico.tabbo</dc:creator>
      <dc:date>2017-10-30T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: The UPN suffix exists, it has</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3214263#M353209</link>
      <description>&lt;P&gt;does any one solve the problem or we should use ADAM for multi forest?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 00:10:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3214263#M353209</guid>
      <dc:creator>CONNECT-PS Technical</dc:creator>
      <dc:date>2017-11-10T00:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: The UPN suffix exists, it has</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3221941#M353737</link>
      <description>&lt;P&gt;i tried to use adam and ldap service in cucm--&amp;gt;ldap&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the users wont get imported to cucm for some reason&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 04:25:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3221941#M353737</guid>
      <dc:creator>anshar.ali</dc:creator>
      <dc:date>2017-11-24T04:25:13Z</dc:date>
    </item>
    <item>
      <title>It Works!</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3778047#M374555</link>
      <description>&lt;P&gt;This worked!&amp;nbsp; We had a multi-domain setup and could not use UPN due to O365 using the UPN attribute.&amp;nbsp; By setting LDAP sync to mail and then setting up the LDAP directory’s, that enabled LDAP sync.&amp;nbsp; Authentication we were trying what we thought was the root of DC=example, DC=local but it would not authenticate outside of the directory.&amp;nbsp; By removing the DC=example and just going with DC=local, that fixed our issue.&amp;nbsp;&amp;nbsp;Looks funny but it works and that is all that matters.&amp;nbsp; Thanks for the post!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An update to this post.&amp;nbsp; It also worked for sAMAccountName as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:58:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3778047#M374555</guid>
      <dc:creator>Anthony W.</dc:creator>
      <dc:date>2019-01-11T20:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: It Works!</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3919268#M382254</link>
      <description>&lt;P&gt;spaces also inside OU/DN statements will throw you aside too.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 22:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cucm-11-5-authentication-with-ldap-single-forest-multiple/m-p/3919268#M382254</guid>
      <dc:creator>franciscofossa</dc:creator>
      <dc:date>2019-09-04T22:06:46Z</dc:date>
    </item>
  </channel>
</rss>

