03-08-2014 02:59 PM - edited 03-17-2019 04:00 PM
Hi forum,
In a Multiple forest enviroment per documentation Cisco offers ADAM/LDS solution.
With ADAM /LDS we can perform a full LDAP integration:
We dont have the resources to implement this ADAM/LDS solution and we opted to have local users and perform local authentication in CUCM (No LDAP sync)... but we want to offer the ability to users to perform Contact Search in AD. (EDI)
This works perfectly in a single forest/single domain enviroment, now we want to integrate more users from a different company hence:
a) We add extra Local users
b) We created a trust between Forests and domains.
Can we configure Jabber (jabber-config.xml) to perform LDAP contact search in multiple forest enviroment?
Anyone has achieved this?
Thanks
03-11-2014 09:38 AM
Hi,
we have a similar situation with 4 LDAPs but without trust between them.
We activated LDAP sync and set UDS as DirectoryServerType in jabber-config.xml file: Jabber searches in CUCM directory and can found users that will be synchronized automatically.
Bye,
Mirko
03-11-2014 11:28 AM
Hi Mirko,
Thanks for the response we though about this option but UDS solution per my understanding doesnt work in all clients (Including Mobile), we need it to be more stable feature.
Thanks
08-18-2014 11:19 PM
Hi!
When you can have trust between the ADs I'm sure that your architecture is the best one.
But the last Jabber versions for Mobile also support UDS!
Bye,
Mirko
08-16-2014 01:39 PM
Hi Mirko,
Would you be so kind to share your jabber-config.xml?
I have implemented a multiforest integration with 3 domains and we have issues with Jabber contact source. Since we have double namespace (user@sourcedomain.com@presencenamespace.com) I have realized, that we should use UDS instead of EDI/BDI.
What attributes do I have to add into the xml?
Thanks,
Laci
08-18-2014 11:28 PM
Hi Laci!
With UDS you need only to set UDS ans DirectoyServerType in jabber-config.xml and eventually the Photo URL as websource for Jabber.
<Directory>
<DirectoryServerType>UDS</DirectoryServerType>
<PhotoUriWithToken>http://10.1.1.1/%%uid%%.jpg</PhotoUriWithToken>
<UdsPhotoUriWithToken>http://10.1.1/%%uid%%.jpg</UdsPhotoUriWithToken>
</Directory>
The attributes can be set on CUPS under Application>Legacy Settings>Settings but is not so flexible as with EDI.
Bye,
Mirko
06-03-2018 01:49 AM
11-02-2018 12:56 AM
Hi Anil,
Did you find an authentication solution using LDS? Did you use UDS for your contact directory?
Thanks
11-02-2018 01:01 AM
hello,
Yes I did use ADLDS for authentication.
and for contact search I am using UDS. both working fine.
11-02-2018 01:13 AM
11-02-2018 01:15 AM - edited 11-02-2018 01:16 AM
both sync and authentication with ADLDS
mapped User ID with mail attribute to sync on CUCM as you can't use sAccounname when syncing with ADLDS
11-02-2018 01:21 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide