This chapter describes security, session, and access settings you can use to configure the AccuRev® Web Interface (Web UI).
• Install an SSL certificate on the machine running Tomcat to encrypt Web traffic.
See http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html for information on installing and configuring SSL certificates on Tomcat. If you are using Tomcat 6.0, see http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html.
• Implement password strength checking for the Web UI. See Setting Login Security for more information.AccuRev recommends that you implement user name and password strength checking for users logging in to the AccuRev Server using the Web UI. Using the wui_config.xml configuration file, you can specify the following for both user name and password:Note: AccuRev uses a single user/password combination for all interfaces, so any password change made to conform to WebUI security parameters specified in the wui_config.xml also affects your password for the AccuRev GUI and the CLI.
2. Navigate to the .accurev subdirectory under the home directory of the user running Tomcat:
•
• (Linux users) The user’s login directory
3. Check the .accurev subdirectory for a customized version of wui_config.xml. If there is no file by that name, copy <CATALINA_HOME>\webapps\accurev\wui_config.xml, where <CATALINA_HOME> is the Tomcat installation directory, to the .accurev subdirectory.
4. Edit the <security> element to conform to your site’s security requirements.
5. Save the wui_config.xml file.
Micro Focus |