The security configuration pages allow you to change the password security settings for OEDQ users. Alternatively, if possible, you can integrate OEDQ with Active Directory and enable single-sign on.
To change the password security settings:
The settings on this page are split into two categories, Password Strength, and Accounts Security, which itself encompasses Password Expiry and Unsuccessful Logins.
Several different settings are available to help ensure password strength. These are:
In addition, a checkbox is provided which enables or disables all the password security checks. If the 'Enforce password strength' checkbox is not checked, none of the other settings will have any effect. This allows password approval to be suspended on a temporary basis without losing all the configuration details.
If you require additional, or more flexible, password strength rules, it is possible to configure a password strength checker in JavaScript.
Note:The rules enforced by the password checker are applied to passwords for 'internal' users only. External passwords are controlled by the policy set on the LDAP server. |
To do this, create a directory named pwcheck in the OEDQ configuration area and save a script file called pwcheck.js and a properties file called pwcheck.properties to this directory. Next, navigate to your configuration area directory and add the following line to your security.properties file:
user.pwcheck.scriptfile=pwcheck/pwcheck.js
(If you do not already have a security.properties file, you can add one containing just this line. No other contents are necessary.)
The password expiry fields in the Account Security section control how long a user's password can remain active before they need to provide a new one.
Settings control:
There is also a 'Password never expires' checkbox. Checking this option means that, by default, a password will never become invalid.
Note:It is valid to both check this box and provide a value for 'Password expiration days'. In this case, the default behavior of the core security settings will be that the password does not expire. However, this can be overridden on a per-user basis, in which case the value set for the password expiry days will come into force. See Creating and editing users for more details. |
The unsuccessful login fields control:
The settings shown in the above screenshot enforce password security with a 90-day password expiry policy:
In this example, user passwords:
In addition:
Oracle ® Enterprise Data Quality Help version 9.0
Copyright ©
2006,2012, Oracle and/or its affiliates. All rights reserved.