Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you haven't already done so, copy the file from its current location to its preferred location. 
  2. D s config
  3. Specify the path to the new location in the following parameter:

    Code Block
    "webapp.connectivity.krb5Path": "/etc/krb5.conf";


  4. Save your changes.

Local DNS configuration

The 

D s node
 must be aware of how to map the KDC to an actual IP address. Edit the following file:

Code Block
/etc/hosts

Add an entry in the following format:

Code Block
<IP_address> <FQDN_to_KDC/AD-Server> <alias>

...

FQDN_to_KDC/AD-Server

...

Example:

Code Block
127.255.255.255 ESNOEQ4-EC@BMBZ.trifacta.com ESNOEQ4-EC@BMBZ

Configure vendor definition file

...