Enabling Change Password Functionality
An optional functionality of LIQUENT InSight 6.2 provides users with the ability to change passwords on the login page.
To enable the change password functionality, the system must have SSL configured and the option change.password.enable=true must be set in the insight.var file.
To use secure connections, LIQUENT InSight must be able to validate the certificate presented by an LDAP directory server. To do this you must import the root certificate (the Certificate Authority's certificate) into the keystore (the cacerts file) for the Java Runtime Environment (JRE) used by LIQUENT InSight. Run the following command: install_dir/bin/jre/bin/keytool -import \ -keystore install_dir/bin/jre/lib/security/cacerts \ -file root_certificate_path \ -alias alias
- Generate the key pair for the client certificate
- Generate a Certificate Signing Request (CSR) for the client certificate
- Create the client certificate
- Install the client certificate
© 2000-2021 PAREXEL International Corporation and its affiliates. All rights reserved.
