12-03-2013 11:43 AM - edited 03-18-2019 02:14 AM
In this enviroment secured communications with the directory server is requried. There is also a load balancer involved when communicating with Active Directory servers so using Kerberos with Active Directory Fails when pointing to AD through the load balancer. It works fine when we bypass the load balancer. The Search Filter used is able to pull all the desired user from a specific group I've set up.
Example that works when using AD with or w/o Kerberos Authentications:
Base DN: nvolab.net
Relative Search DN:
Search Filter: (&(objectCategory=person)(memberOf=CN=Jabber,OU=GROUPS,DC=nvolab,DC=net))
This works fine. But when switching to LDAP it is able to communicate but the search filter doesn't pull any users.
I've tried variations on the search string of
(memberof:1.2.840.113556.1.4.1941:=(cn=Jabber,OU=GROUPS,DC=nvolab,DC=NET))
(&(objectClass=user)(memberOf=CN=Jabber,OU=GROUPS,DC=nvolab,DC=NET))
etc...
None of them seem to be able to pull the user informaiton when using LDAP
Anyone know how this should be configured on TMS to properly pull the users that are members of the Jabber group in AD when using LDAP?
12-03-2013 01:18 PM
Ask your admins if its possible to use a specific ad server for this task.
Also consider aksing the load balancer vendor if he knows such an issue and
possibly has a workaround.
Did you try it with some other ldap tool if you succeed? If its unencrypted, maybe
a wireshark can tell you more.
If you do not get a better answer here consider asking TAC, though I would say
this sounds like a 3rd party issue, so not sure what they would say, ...
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
12-03-2013 01:25 PM
They simply need to be able to use LDAP over SSL. Since LDAP with SSL works through the load balancer and we know the load balancer breaks AD Kerberos but does not break Unsecure AD the only option for them is to LDAP with SSL. This achieves the secure connection to AD through the load balancer. The only thing I need to figure out is the proper search string configuration to pull the users as stated above.
When using unsecure LDAP and grabbing the packets I see the LDAP queries going to the DC and the DC returning a response. But no user information is contained but 0 matches. So any help with the TMS configuration of LDAP will help immensly. This is mocked up in my lab for easy comparison.
12-03-2013 01:26 PM
Btw, is this a phonebook for your Jabber or JabberVideo users, if the second, I would handle it within the TMS ;-)
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
12-03-2013 01:48 PM
Jabber Video Users in the Provisioning Directory User Import.
12-03-2013 02:19 PM
Ah, ok, hehe yea, thought it was about phonebook imports, but then its your JabberVideo users itself.
What versions of TMS and Provisioning do you use anyhow?
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
12-03-2013 02:21 PM
TMS 14.3 TMSPE 1.1
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