cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
645
Views
0
Helpful
2
Replies

LDAP search not working on android jabber

Hi All ,

We are implementing jabber in our setup and we have installed android jabber and integrated with LDAP. But LDAP search is not working for any user.

CUCM : 10.5

IM&P : 10.5

Jabber android : 9.6(1)

 

Jabber file configuration:

   <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.

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

Have you tried without the filter??

Aside from that, without knowing if the info you have in there is correct, it looks OK

Pull a problem report for further details of why this is not working.

HTH

java

if this helps, please rate

Hi Jaime,

Thanks a lot for your response. i'll remove filter and try again tomorrow. Meanwhile i am attaching problem report. Can you pls let me know if any issue in that.

Also i am facing strange issue in Windows jabber, in which jabber fetches the user from LDAP only after typing his full first name (ideally jabber should start search as soon as we enter first letter).

 

 

Thanks...