cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Jabber for iPhone 9.5 Directory integration

Hello,

I perform some tests to integrate Jabber for iPhone on my company but actually, I have a problem with Directory.

I'm not able to find a person on Ldap directory by Jabber on my iPhone. I use the same jabber-config file than Jabber for windows.

Below, you can find an exemple of directory configuration on jabber config file.

Someone can help me?

Many thanks in advance!

Sébastien

<Directory>

  <DirectoryServerType>EDI</DirectoryServerType>

  <BusinessPhone>telephoneNumber</BusinessPhone>

  <MobilePhone>mobile</MobilePhone>

  <DisableSecondaryNumberLookups>0</DisableSecondaryNumberLookups>

  <ConnectionType>1</ConnectionType>

  <MinimumCharacterQuery>2</MinimumCharacterQuery>

  <UseWindowsCredentials>1</UseWindowsCredentials>

  <SearchBase1>DC=condoso,DC=com</SearchBase3>

  <UseSecureConnection>1</UseSecureConnection>

  <UseSSL>0</UseSSL>

</Directory>

<Directory>

  <DirectoryServerType>BDI</DirectoryServerType>

  <BDIPhotoUriSubstitutionEnabled>True</BDIPhotoUriSubstitutionEnabled>

    <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>

    <BDIPrimaryServerName>192.168.1.60</BDIPrimaryServerName>

    <BDIPresenceDomain>condoso.com</BDIPresenceDomain>

    <BDIServerPort1>389</BDIServerPort1>

  <SearchBase3>DC=condoso,DC=com</SearchBase3>

<Directory>

  <DirectoryServerType>EDI</DirectoryServerType>

  <BusinessPhone>telephoneNumber</BusinessPhone>

  <MobilePhone>mobile</MobilePhone>

  <DisableSecondaryNumberLookups>0</DisableSecondaryNumberLookups>

  <ConnectionType>1</ConnectionType>

  <MinimumCharacterQuery>2</MinimumCharacterQuery>

  <UseWindowsCredentials>1</UseWindowsCredentials>

  <SearchBase1>DC=condoso,DC=com</SearchBase3>

  <UseSecureConnection>1</UseSecureConnection>

  <UseSSL>0</UseSSL>

</Directory>

<Directory>

  <DirectoryServerType>BDI</DirectoryServerType>

  <BDIPhotoUriSubstitutionEnabled>True</BDIPhotoUriSubstitutionEnabled>

    <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>

    <BDIPrimaryServerName>192.168.1.60</BDIPrimaryServerName>

    <BDIPresenceDomain>condoso.com</BDIPresenceDomain>

    <BDIServerPort1>389</BDIServerPort1>

  <SearchBase3>DC=condoso,DC=com</SearchBase3>

Who Me Too'd this topic