...
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.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.
Change Listening Port for SSO
By default, SSO access uses port number 2443
. If you need to change that listening port, please complete the following steps.
Info |
---|
NOTE: Please make sure that the listening port is not set to a value that conflicts with any of the other listening ports in use by the platform. For more information, see Configure SSO for AD-LDAP. |
Steps:
- If you have not done so already, in
trifacta.conf
, please set theVirtualHost
value to the appropriate port number. See previous instructions. Edit the following file:
Code Block /opt/trifacta/pkg3p/tripache/conf/conf.d/httpd.conf
Locate the following entries:
Code Block #Listen 12.34.56.78:80 Listen 2443
Change the value for
2443
to be the value you set intrifacta.conf
.Save the file.
Perform any other necessary configuration before restarting the platform.
User Management
Configure auto-registration
...