Oracle Waveset 8.1.1 Deployment Reference

ProcedureTo Modify a System Configuration Object Setting

  1. In the System Configuration object, locate this path:

    security.admin.changePassword.[login interface]

  2. 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