After you enable hashed passwords in Tomcat, you can include hashed passwords in either the local XML file of login account details, or in your existing directory or database.
Note: Before you begin, stop the Tomcat service: CA Directory Webserver. This disconnects any currently open sessions.
To enable hashed passwords in Tomcat
DXHOME/../dxwebserver/conf/server.xml
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" digest="SHA" digestEncoding=""/>
Note: When you do not specify the digestEncoding element, Tomcat uses the platform default. If your directory or database uses a different encoding to the platform default, see the information about Tomcat realms on the Apache site for instructions.
You can now include hashed passwords in the login accounts for DXmanager.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |