Skip Navigation

Enable the
Presence
service to use a global catalog with
Microsoft Lync Server
or
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 for on-premises
Microsoft Lync Server
2013 or
Skype 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.
  1. In a text editor, open the LyncPresenceProviderService.exe.config file. By default, the file is located in
    <
    drive
    >:\Program Files\BlackBerry\BlackBerry Enterprise Mobility Server\Good Presence
    folder.
  2. In the <appSettings> section of the file, locate the following values:
    • <addkey = "AD_USERS_SOURCE" value= "" />
    • <addkey = "AD_USERS_SOURCE_DOMAIN" value="" />
  3. 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:
    1. In the value double quotation marks of the <addkey = "AD_USERS_SOURCE" value= "" /> key, enter
      GC
      .
    2. In the value double quotation marks of the <addkey = "AD_USERS_SOURCE_DOMAIN" value="" /> key, enter the distinguished domain name using
      DC=EXAMPLE,DC=COM
      or the fully qualified domain name using
      EXAMPLE.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" /> . .
  4. In the
    Windows
    Manager, restart the
    Good Technology Presence
    service.