cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1363
Views
0
Helpful
8
Replies

Simple LDAP query of DC?

stu_syn
Level 1
Level 1

Is it possible to do an LDAP query of the global directory? The customer has got a new application which can query an LDAP server but they're saying CallManager isn't a true LDAP source - is this true?

If it is possible, does anyone know the search string?

TIA, Stu

1 Accepted Solution

Accepted Solutions

Yes, it is a proper LDAP source.

You could try a search using a filter such as:

(objectClass=inetOrgPerson)

That should return a number of employees.

View solution in original post

8 Replies 8

wei.haihong
Level 1
Level 1

CCM doesn't use the standard LDAP port. Please try to use port 8404. The user canbe "Directory Manager" with password "cisco". This is the default setting.

And, the search string can be firstname, lastname, telephonenumber, userid, etc.

HTH

The user is:

cn=Directory Manager,o=cisco.com

So for a complete LDAP novice, is DCD a proper LDAP source?

And given the above user name, what entire "CNs and OUs" etc. does the application developers need to knoe to be able to complete this search?

5pts up for the answer!

Cheers,

Stu

Yes, it is a proper LDAP source.

You could try a search using a filter such as:

(objectClass=inetOrgPerson)

That should return a number of employees.

Hi,

Yes, DCD is a proper LDAP source..

You can use any user from the directory to authenticate for query purposes. I.e.

cn=jdoe, ou=Users, o=cisco.com

You need to know the search base for your queries;

ou=Users, o=cisco.com

If you want to see all elements, use an open source ldap browser to look through it

http://ldaptool.sourceforge.net/

Can CCM or Unity use the LDAP connector for a challenge/response for the ccmuser login page? I'm trying to figure out a way(if any) to have CCM and Unity use the AD domain for user login on the PA page and the CCM user page for their phone comfigurations.

Also, has anyone tried to populate the directory on CallManager with META? or better yet, Unity to autocreate accounts?

Can you please post a sample script which can query for "companyname"in LDAP and then present it to ip phone 7912. i have seen sample scripts of SDK and integrated it with LDAP but in that you can only search by firstname, lastname, telephonenumber i want to search by company name also.please help me.........

I am not sure.

Maybe the LDAP attribute will be organizationName.

HTH