cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
733
Views
0
Helpful
4
Replies

TMS 14.x Open LDAP Endpoints

John Faltys
Level 1
Level 1

We have two TMS servers that support different sets of endpoints.

We would like to centralize the phonebooks.  My understanding is that we can do this with OpenLDAP.

We have setup OpenLDAP, added the commObject,sipIdentity,h323Identity,h235Identity schemas.

Using DN that works with ldapsearch, TMS gives an invalid DN when try to add a phonebook source.

e.g. dc=test,dc=local - I'm not actually sure what the dn should be for adding endpoints.

The documentation is very sparse regarding this functionality

Any help is welcome help. Thank you

4 Replies 4

Zac Colton
Cisco Employee
Cisco Employee

I would suggest a packet capture on the TMS, and then filter for ldap to see what is being send to the ldap server for the bind and search, and what the response is that is being returned. THat might provide some more details as to what the issue is.

- Zac Colton

What PB Source type are you utilizing when trying to set up this connection? I'm assuming H350 since that's what we support. Meaning have u configured an H350 Directory with your OpenLDAP Directory Server?

Sent from Cisco Technical Support iPad App

Here is the OpenLDAP

Here are the schema's in the OpenLDAP that was setup.

collective.schema  core.schema     dyngroup.schema      inetorgperson.schema  nis.schema       ppolicy.schema

commObject.schema  cosine.ldif     h235Identity.schema  java.schema           openldap.ldif    sipIdentity.schema

corba.schema       cosine.schema   h323Identity.schema  misc.schema           openldap.schema

core.ldif          duaconf.schema  inetorgperson.ldif   nis.ldif              pmi.schema

Although not populated with much of anything doing an 

ldapsearch -xWD "cn=Manager,dc=test,dc=lan" -b "dc=test,dc=lan"

returns

# search result

search: 2

result: 0 Success

# numResponses: 68

# numEntries: 67

One more time John. What PB Source type are you selecting in TMS? And is this an H350 schema in you OpenLDAP Directory Server?

Reference these articles:

D.2.4 Configuring an H.350 Directory with OpenLDAP Directory Server
metric.it.uab.edu/vnet/cookbook/v2.1/node162.html
A running OpenLDAP Directory Server on Linux; Knowledge of the following values : The Configuration Directory for the OpenLDAP Directory Server; The ...

One of the quickest ways to check and see if an LDAP server has the H
www.packetizer.com/ipmc/h350/papers/H350InteropTest.html
This suite also provides access to a known good LDAP directory contain sample H.350 attributes. Call servers, endpoints and white pages can access this ...

If you feel your LDAP is set up appropriately with an H.350 schema, then I suggest following Zac's suggestion ;)

Sent from Cisco Technical Support iPad App