Sun OpenSSO Enterprise 8.0 Integration Guide

ProcedureTo Manually Modify a Deployed LDAP.xml File

  1. Use a text editor to open the /web-container-deploy-base/opensso/config/auth/default/LDAP.xml file, and add the section of code highlighted in bold in the following example:


    PasswordCallback echoPassword="false" >
    <Prompt> Password: </Prompt>
    </PasswordCallback>
    
    </Callbacks>
    <Callbacks length="4" order="2" timeout="120" template="ChangePassword.jsp" 
    header="Change Password&lt;BR&gt;&lt;/BR&gt;#REPLACE#&lt;BR&gt;&lt;/BR&gt;" >
    
    <PasswordCallback echoPassword="false" >
    <Prompt>Old Password </Prompt>
    </PasswordCallback>
  2. Use a text editor to open the /web-container-deploy-base/opensso/config/auth/default_en/LDAP.xml file, and make the same change as in step 1.