Enabling Kerberos Authentication for the RAP Output Adapter

Enable Kerberos authentication for the RAP Output Adapter by setting the necessary environment variables and specifying the UseKerberos element.

  1. Set the following environment variables:
    1. Set the ESP_SERVICE_NAME environment variable to set the service principal name.
    2. Set the ESP_GSSAPI_LIB environment variable to point to the shared library provided by the Kerberos install. The library contains the GSSAPI function implementations.
      Note: If using a Kerberos library that depends on additional libraries, set the PATH environment variable for Windows or the LD_LIBRARY_PATH environment variable for Solaris and Linux.
    3. Set the KRB5CCNAME environment variable to point to the ticket cache.
    4. Set the KRB5_CONFIG environment variable to point to the configuration file used by the Kerberos library.
  2. Specify the UseKerberos element and set the value to "true" in the espfeedhandler.xml file.