cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2445
Views
0
Helpful
1
Replies

Lync 2010,CUCM 7.1,CUCIMOC 8.5,and LDAP issues

tomaz6881
Level 1
Level 1

Dear Jonathan,

I am running (on SIP) Lync server 2010 on CUCM 7.1..recently installed CUCIMOC (8.5) and trying to establish connection between desk phone and CUCIMOC LDAP.JPG

CUCIMOC an been having some problems..at first it was Ldap problem as shown in picture

after a few blogs i made some LDAP changes and after that(seen below)

[HKEY_CURRENT_USER\Software\Policies\Cisco Systems, Inc.\Client Services Framework\AdminData]

"CcmcipServer1"="10.11.29.11"

"LDAP_Server_1"="ldap://10.11.25.11:389"

"LDAP_SearchBaseDN_1"="OU=Users,DC=skb,DC=local"

"VoicemailPilotNumber"="8000"

"POLICY_CREDENTIALS_IsLdapSynchronizedWithCucm"="true"

"CtiServer2"="10.11.29.11"

"LDAP_EnableWildcardMatchesForPhoneNumberSearches"="true"

"TftpServer1"="10.11.29.11"

"LDAP_UserLogonDomain"="skb.local"

"LDAP_AttributeName_objectclassKey"="objectclass"

"LDAP_AttributeName_objectclassValue"="person"

"LDAP_AttributeName_userLogonName"="userPrincipalName"

"LDAP_AttributeName_displayName"="displayName"

"LDAP_AttributeName_commonName"="cn"

"LDAP_AttributeName_firstName"="givenName"

"LDAP_AttributeName_lastName"="sn"

"LDAP_AttributeName_email"="mail"

"LDAP_AttributeName_uri"="msRTCSIP-PrimaryUserAddress"

"LDAP_AttributeName_photoUri"="photoUri"

"LDAP_AttributeName_businessPhone"="telephoneNumber"

"LDAP_AttributeName_homePhone"="homePhone"

"LDAP_AttributeName_mobilePhone"="mobilePhone"

"LDAP_AttributeName_otherPhone"="otherTelephone"

"LDAP_AttributeName_title"="title"

"LDAP_AttributeName_companyName"="company"

"LDAP_AttributeName_userAccountName"="sAMAccountName"

"LDAP_AttributeName_primaryPhoneNumberForSearches"="telephoneNumber"

i got this message

LDAP change.JPG

It seems like i cant set up my desktop phone to work in CUCIMOC..
please help..im a novice..

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

There are several conflicting statements here. First, CUCIMOC does not have a public 8.5 build; the latest is 8.0(3). Second Microsoft Lync requires the new CUCILync client instead.

With those to hurdles out of the way, the first item that stands out at me your LDAP string is invalid. The default Users container is not a standard organizational unit because of typical Microsoft stupidity. Second, the LDAP server port should be 3268 if it is a global catalog server. Port 389 is only used on non-GC domain controllers.

Here is a working registry hive. Note that where possible, should actually be a FQDN.

[HKEY_CURRENT_USER\Software\Policies\Cisco Systems, Inc.\Client Services Framework\AdminData]

"TftpServer1"="ipv4_address"

"TftpServer2"="ipv4_address"

"TftpServer3"=""

"CtiServer1"="ipv4_address"

"CtiServer2"="ipv4_address"

"CcmcipServer1"="ipv4_address"

"CcmcipServer2"="ipv4_address"

"CcmcipServerValidation"="0"

"LDAP_Server_1"="ldap://ipv4_address:3268"

"LDAP_SearchBaseDN_1"="CN=Users,DC=teampds,DC=com"

"LDAP_SearchBaseDN_2"=""

"LDAP_SearchBaseDN_3"=""

"LDAP_SearchBaseDN_4"=""

"LDAP_SearchBaseDN_5"=""

"LDAP_MaxCacheSize"="100"

"LDAP_ResultSetMaxSize"="25"

"LDAP_UserLogonDomain"="domain.com"

"LDAP_AttributeName_objectclassKey"="objectclass"

"LDAP_AttributeName_objectclassValue"="person"

"LDAP_AttributeName_userLogonName"="userPrincipalName"

"LDAP_AttributeName_displayName"="displayName"

"LDAP_AttributeName_commonName"="cn"

"LDAP_AttributeName_firstName"="givenName"

"LDAP_AttributeName_lastName"="sn"

"LDAP_AttributeName_email"="mail"

"LDAP_AttributeName_uri"="msRTCSIP-PrimaryUserAddress"

"LDAP_AttributeName_photoUri"=""

"LDAP_AttributeName_businessPhone"="telephoneNumber"

"LDAP_AttributeName_homePhone"="homePhone"

"LDAP_AttributeName_mobilePhone"="mobilePhone"

"LDAP_AttributeName_otherPhone"="otherTelephone"

"LDAP_AttributeName_primaryPhoneNumberForSearches"="telephoneNumber"

"LDAP_AttributeName_title"="title"

"LDAP_AttributeName_companyName"="company"

"LDAP_AttributeName_userAccountName"="sAMAccountName"

"LDAP_EnableAnonymousBind"="False"

"LDAP_EnableWildcardMatchesForPhoneNumberSearches"="False"

"VoicemailPilotNumber"="pilot_number"

"VVM_SystemServer_0"="ipv4_address"

"VVM_SystemServer_1"=""

"VVM_SystemServer_VmwsProtocol_0"="HTTPS"

"VVM_SystemServer_VmwsProtocol_1"=""

"VVM_SystemServer_VmwsPort_0"="443"

"VVM_SystemServer_VmwsPort_1"=""

"VVM_Mailstore_Server_0"="ipv4_address"

"VVM_Mailstore_Server_1"=""

"VVM_Mailstore_ImapProtocol_0"="TLS"

"VVM_Mailstore_ImapProtocol_1"=""

"VVM_Mailstore_ImapPort_0"="7993"

"VVM_Mailstore_ImapPort_1"=""

"VVM_Mailstore_InboxFolderName"="INBOX"

"VVM_Mailstore_TrashFolderName"=""

"VVM_Mailstore_EncryptedConnection"="True"

"VVM_Mailstore_PollingInterval"="60"

"VVM_Mailstore_DualFolder"=""

"VVM_Mailstore_IdleEnabled"=""

"VVM_Mailstore_IdleExpireTimeInMin"=""

"VoiceMailService_UseCredentialsFrom"="PHONE"

"PhoneService_UseCredentialsFrom"=""

"ContactService_UseCredentialsFrom"="PHONE"

"SetVideoEnablePref"="true"

"SetVideoStaticThrottlingPref"="false"

"SECURITY_CertificateDirectory"=""

"Audio_ISAC_Advertised"="1"

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: