Alternatively, you can edit the relevant System Configuration object setting. You can configure the savePasswordHistory option through the Login application.
In the System Configuration object, locate this path:
security.admin.changePassword.[login interface]
Switch the values for savePasswordHistory for the appropriate interfaces from false to true (see example below). By default, these values are false.
<Attribute name=’security’>
<Object>
<Attribute name=’admin’>
<Object>
<Attribute name=’changePassword’>
<Object>
<Attribute name=’Administrator Interface’>
<Object>
<Attribute name=’savePasswordHistory’>
<Boolean>false</Boolean>
</Attribute>
</Object>
</Attribute>
<Attribute name=’Command Line Interface’>
<Object>
<Attribute name=’savePasswordHistory’>
<Boolean>false</Boolean>
</Attribute>
</Object>
</Attribute>
<Attribute name=’IVR Interface’>
<Object>
<Attribute name=’savePasswordHistory’>
<Boolean>false</Boolean>
</Attribute>
</Object>
</Attribute>
<Attribute name=’SOAP Interface’>
<Object>
<Attribute name=’savePasswordHistory’>
<Boolean>false</Boolean>
</Attribute>
</Object>
</Attribute>
<Attribute name=’User Interface’>
<Object>
<Attribute name=’savePasswordHistory’>
<Boolean>false</Boolean>
</Attribute>
</Object>
</Attribute>
</Object>
</Attribute>
</Object>
</Attribute>
<Attribute name=’authn’>
<Object> ..
|
To permit password history recordings through the SPML interface, you must set the following in the system configuration object:
security.admin.changePassword.Command Line Interface