...
Edit the following file:
Code Block /opt/trifacta/pkg3p/tripache/conf/conf.d/trifacta.conf
Add values for your LDAP environment for the following settings. For an Active Directory configuration, remove the comment from the first
Define
line and specify appropriate values for the following:Code Block ################################################################################## # Basic : LDAP Configuration # # Active Directory Mode. Uncomment below to enable Active Directory compatibility # Define ACTIVE_DIRECTORY "1" Define TF_LDAP_SERVER "ldap://SERVER:PORT" Define TF_LDAP_BASE_DN "<BASE_DN>" Define TF_LDAP_BIND_DN "<BIND_DN>" Define TF_LDAP_BIND_PASSWORD "<BIND_PASSWORD>"
By default, SSO access occurs over port
2443
. If needed, you can set the port number for user access in the following setting:Info NOTE: This value should not be set to any value that conflicts with other ports in use by the
. For more information, see Configure SSO for AD-LDAP System Ports.D s server Code Block <VirtualHost *:2443>
Info NOTE: To complete the configuration to change the listening port, additional configuration is required after you complete this section. Instructions are in the following section.
Save the file.
D s config method a Set the following parameter:
Code Block "webapp.sso.enable": true,
Create an admin account. You can either:
Connect to the application using an AD-linked ID. The first AD account to connect to the application is auto-registered as an admin account.
Define an admin user under SSO. For more information, see Create Admin Account.
- Save your changes.
Save the file and restart the platform. See Start and Stop the Platform.
...