Enable the Presence service to use a global catalog with Skype for Business
Presence
service to use a global catalog with Skype for Business
The instructions in this topic use the environment example.com to configure the
Presence
service to use a global catalog and applies to an environment that is configured forSkype for Business
on-premises servers using trusted application mode. If you installed the Connect
service on multiple servers, complete this task on each computer that is running the Presence
service. - In a text editor, open the LyncPresenceProviderService.exe.config file. By default, the file is located in<folder.drive>:\Program Files\BlackBerry\BlackBerry Enterprise Mobility Server\Good Presence
- In the <appSettings> section of the file, locate the following values:
- <addkey = "AD_USERS_SOURCE" value= "" />
- <addkey = "AD_USERS_SOURCE_DOMAIN" value="" />
- Update the values as required for your environment. For example, if your environment (example.com) requires access to a global catalog, complete the following steps:
- In the value double quotation marks of the <addkey = "AD_USERS_SOURCE" value= "" /> key, enterGC.
- In the value double quotation marks of the <addkey = "AD_USERS_SOURCE_DOMAIN" value="" /> key, enter the distinguished domain name usingDC=EXAMPLE,DC=COMor the fully qualified domain name usingEXAMPLE.COM. Make sure that you use the the distinguished name of the domain. For more information, see Understanding the BEMS-Connect configuration file.The following example shows the LyncPresenceProviderService.exe.config file configured to access a global catalog:. . <!-- valid values are: GC - Global Catalog; LDAP - Active Directory (default) --> <add key="AD_USERS_SOURCE" value="GC" /> <!-- valid values are: "DC=GOOD,DC=COM" - GC/AD at good.com (example only, change to your domain); No value attribute (default) - Domain the Good Presence resides; --> <add key="AD_USERS_SOURCE_DOMAIN" value="DC=EXAMPLE,DC=COM" /> . .
- In theWindowsManager, restart theGood Technology Presenceservice.