cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1813
Views
1
Helpful
2
Replies

Jabber 11.8 > CDI DirectoryServerType Parameter

marc.ossart
Level 1
Level 1

Hi,

When EDI and CDI is used in the same Cluster what is the value for the parameter <DirectoryServerType> for the CDI users ?

I cannot found it in the "Parameters Reference Guide for Jabber 11.8".

Best regards,

Marc

1 Accepted Solution

Accepted Solutions

Darren Roback
Level 5
Level 5

Hi Marc,

The Directory Server Type will be set to "CDI" - below is an example jabber-config.xml. I actually include this along with BDI and EDI parameters for any Jabber 11.7 or earlier clients.

<Directory>

<DirectoryServerType>CDI</DirectoryServerType>

<LDAPUserDomain>yourdomain.com</LDAPUserDomain>

<PrimaryServerName>server.yourdomain.com</PrimaryServerName>

<ServerPort1>3268</ServerPort1>

<ConnectionUsername>collabuser@yourdomain.com</ConnectionUsername>

<ConnectionPassword>Password123</ConnectionPassword>

<SearchBase1>OU=development,DC=yourdomain,DC=com</SearchBase1>

<GroupSearchBase1>OU=development,DC=yourdomain,DC=com</GroupSearchBase1>

<CommonName>cn</CommonName>

<DisplayName>displayName</DisplayName>

<Firstname>givenName</Firstname>

<Lastname>sn</Lastname>

<EmailAddress>mail</EmailAddress>

<DirectoryURI>physicalDeliveryOfficeName</DirectoryURI>

<BusinessPhone>telephoneNumber</BusinessPhone>

<MobilePhone>mobile</MobilePhone>

<HomePhone>homePhone</HomePhone>

<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>

<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>

<PhotoUriWithToken>

http://server.yourdomain.com/sAMAccountName.jpg

</PhotoUriWithToken>

<UdsPhotoUriWithToken>http://server.yourdomain.com/%%uid%%.jpg</UdsPhotoUriWithToken>

</Directory>

Thanks,
Darren

View solution in original post

2 Replies 2

thlamber
Level 5
Level 5

While the key still exists its not documented as its been depreciated. In 11.8 we will automatically discover the LDAP server type when connecting to it and this is the recommended approach.

Darren Roback
Level 5
Level 5

Hi Marc,

The Directory Server Type will be set to "CDI" - below is an example jabber-config.xml. I actually include this along with BDI and EDI parameters for any Jabber 11.7 or earlier clients.

<Directory>

<DirectoryServerType>CDI</DirectoryServerType>

<LDAPUserDomain>yourdomain.com</LDAPUserDomain>

<PrimaryServerName>server.yourdomain.com</PrimaryServerName>

<ServerPort1>3268</ServerPort1>

<ConnectionUsername>collabuser@yourdomain.com</ConnectionUsername>

<ConnectionPassword>Password123</ConnectionPassword>

<SearchBase1>OU=development,DC=yourdomain,DC=com</SearchBase1>

<GroupSearchBase1>OU=development,DC=yourdomain,DC=com</GroupSearchBase1>

<CommonName>cn</CommonName>

<DisplayName>displayName</DisplayName>

<Firstname>givenName</Firstname>

<Lastname>sn</Lastname>

<EmailAddress>mail</EmailAddress>

<DirectoryURI>physicalDeliveryOfficeName</DirectoryURI>

<BusinessPhone>telephoneNumber</BusinessPhone>

<MobilePhone>mobile</MobilePhone>

<HomePhone>homePhone</HomePhone>

<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>

<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>

<PhotoUriWithToken>

http://server.yourdomain.com/sAMAccountName.jpg

</PhotoUriWithToken>

<UdsPhotoUriWithToken>http://server.yourdomain.com/%%uid%%.jpg</UdsPhotoUriWithToken>

</Directory>

Thanks,
Darren

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: