Connect To Cisco Callmanager 4 LDAP
While trouble shooting some issues I needed to connect into my callmanager’s LDAP database. To do so, open the LDAP config file.
c:\dcdsrvr\DirectoryConfiguration.ini
[ldap] RETRYDELAY=5000 ldapURL=ldap://CISCOCCM1:8404 dn=cn=Directory Manager, o=cisco.com passwd=0c111104761331001c99 ciscoBase=o=cisco.com dirType=Default dirAccess=true useSSL=true ldapsURL=ldap://CISCOCCM1:8405 |
Note the port in “ldapURL”.
Note also the “dn”.
Connect using your favorite LDAP program(I like LDAP admin).
Set security to SASL and change the port to that listed above. Also use the dn listed above. In my case it is “cn=Directory Manager, o=cisco.com”. Your password will be whatever you have setup for your multi user account.
Some Cisco docs.
Connect and be happy.