Web server basic authentication with VISULOX
Steps to enable web server basic authentication with VISULOX
Generate the web server password file:
CODE
|
Change the permissions on the web server password file. The password file must be accessible by the ttaserv user.
Run the following commands:
CODE
|
Create a back-up copy of the Apache configuration file:
CODE
|
Edit the Apache configuration file to protect the /sgd URL:
CODE
|
The Apache configuration file can be found here: /opt/tarantella/webserver/apache/default/conf/httpd.conf.
Create a back-up copy of the Tomcat configuration file:
CODE
|
The Tomcat component of the VISULOX Portal web server must be configured to trust the web server's authentication.
Edit the Tomcat configuration file - add "tomcatAuthentication="false" to the configuration of the AJP 1.3 Connector:
CODE
|
The Tomcat configuration file can be found here: /opt/tarantella/webserver/tomcat/default/conf/server.xml.
Enable 3rd party for user not in ENS (testing)
CODE
|
Add the VISULOX 3rd party configuration
CODE
|
See also: 3rdParty configuration parameters
Restart VISULOX
CODE
|
Test login with the following URL: https://<host.domain>/visulox/basic/
Revert steps
If the above steps render your system unusable for some reason, you can revert to the original state by following these steps:
CODE
|
CODE
|
CODE
|
CODE
|