01-26-2006 02:11 PM - edited 03-13-2019 11:58 AM
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
Solved! Go to Solution.
01-28-2006 09:27 AM
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.
01-26-2006 06:15 PM
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
01-27-2006 06:58 AM
The user is:
cn=Directory Manager,o=cisco.com
01-28-2006 03:13 AM
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
01-28-2006 09:27 AM
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.
01-28-2006 01:21 PM
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
01-30-2006 04:01 PM
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?
02-23-2006 01:04 AM
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.........
02-23-2006 01:55 AM
I am not sure.
Maybe the LDAP attribute will be organizationName.
HTH
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