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

Jabber - direct directory search with EDI not working

samuel.gay
Level 1
Level 1

Hi Team,

I get an issue with Jabber for Windows (version 9.0.1 and CUPS 8.6.3.10000-20) and LDAP.

Direct directory search with Jabber is not working.

Here is the configuration file configured on desktop for Jabber and directory search:

<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
         <Client>
         </Client>
         <Directory>
                 <DirectoryServerType>EDI</DirectoryServerType>
                 <UserAccountName>uid</UserAccountName>
                 <ConnectionType>1</ConnectionType>
                 <PrimaryServerName>10.64.17.178</PrimaryServerName>
                 <UseWindowsCredentials>0</UseWindowsCredentials>
                 <ConnectionUsername>uid=s-callmanager,ou=toip,ou=user,dc=lab,dc=com</ConnectionUsername>
                 <ConnectionPassword>xxxxxxxx</ConnectionPassword>
                 <BaseFilter>(&amp;(objectClass=person)</BaseFilter>
                 <PredictiveSearchFilter>anr</PredictiveSearchFilter>
                 <SearchBase1>ou=toip,ou=user,dc=lab,dc=com</SearchBase1>
         </Directory>
         <Policies>
         </Policies>
         <CUCM>
                 <PhoneService_UseCredentialsFrom>presence</PhoneService_UseCredentialsFrom>
         </CUCM>
</config>

Our LDAP server is "Sun One directory 5.2 fixpack 4".

When Jabber send a request on LDAP this is the answer:

LDAP.jpg

SASL is not configured on our LDAP server, is there a way to configure on Jabber (jabber-config.xml) simple authentication?

Regards,
Samuel

1 Accepted Solution

Accepted Solutions

coflaher
Cisco Employee
Cisco Employee

Hi Samuel,

According to the docs, only the following LDAP servers are currently supported.

Supported directories

  • Microsoft Active Directory 2003
  • Microsoft Active Directory 2010
  • Cisco Unified Communications Manager User Data ServiceUDS is supported on Cisco Unified Communications Manager 8.6.2 or later.

http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01000.html

- Colin

View solution in original post

2 Replies 2

coflaher
Cisco Employee
Cisco Employee

Hi Samuel,

According to the docs, only the following LDAP servers are currently supported.

Supported directories

  • Microsoft Active Directory 2003
  • Microsoft Active Directory 2010
  • Cisco Unified Communications Manager User Data ServiceUDS is supported on Cisco Unified Communications Manager 8.6.2 or later.

http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01000.html

- Colin

Thanks Colin. Do you know if Sun One directory support is in roadmap?

Samuel