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

Jabber issue

Siddharam M
Level 1
Level 1

Hi All ,

 

We trying to implement jabber for windows and android , we are facing below issues:

 

1)  User is able to login to android jabber and make calls using extension , but LDAP search is not working.

 

2) In jabber windows user is able to search user from LDAP only after entering full first name of the user is searching (ideally it should start search as soon as we enter one letter).

 

CUCM version: 10.5

IM & P version: 10.5

Windows Jabber : 9.7

Android jabber : 9.6(1)

AD : Windows server 2012

 

Below is my jabber config.

<ConnectionType>1</ConnectionType>

   <PrimaryServerName>xxxxx</PrimaryServerName>
   <ServerPort1>389</ServerPort1>
   <UseWindowsCredentials>0</UseWindowsCredentials>
   <ConnectionUsername>xxxxx</ConnectionUsername>
   <ConnectionPassword>xxxxxx</ConnectionPassword>
   <BaseFilter>(&amp;(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2))</BaseFilter>
   <DirectoryServerType>BDI</DirectoryServerType>
   <BDILDAPServerType>AD</BDILDAPServerType>
   <BDIPresenceDomain>xxxxxx</BDIPresenceDomain>
   <BDIPrimaryServerName>xxxxxx</BDIPrimaryServerName>
   <BDIServerPort1>389</BDIServerPort1>
   <BDISearchBase1>xxxxxx</BDISearchBase1>
   <BDIPredictiveSearchFilter>sAMAccountname</BDIPredictiveSearchFilter>
   <BDIConnectionUsername>xxxxx</BDIConnectionUsername>
   <BDIConnectionPassword>xxxxx</BDIConnectionPassword>
   <BDIBaseFilter>(&amp;(objectclass=user)(objectcategory=person)(!UserAccountControl:1.2.840.113556.1.4.803:=2))</BDIBaseFilter>

 

Can someone help me on this.

Thanks in advance...

Siddu

1 Reply 1

V.Naveen Kumar
Level 1
Level 1

Siddu,

Generate new jabber-config file and Use predictive search base filter =anr in directory search parameter

Use this LDAP custom base filter in CUCM as

(&(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(ipPhone=*))

Moreover user Email address as displayName

 

 

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: