Sun Java System Access Manager 7.1 Administration Reference

ProcedureTo Run ampassword with Access Manager in SSL mode

  1. Modify the serverconfig.xml file, located in the following directory:


    AccessManager-base/SUNWam/config/
  2. Change port the server attribute to the SSL port which Access Manager is running.

  3. Change the type attribute to SSL.

    For example:


    <iPlanetDataAccessLayer>
    <ServerGroup name="default" minConnPool="1" maxConnPool="10">
        <Server name="Server1" host="sun.com" port="636" type="SSL" />
        <User name="User1" type="proxy">
            <DirDN>
                     cn=puser,ou=DSAME Users,dc=iplanet,dc=com
            </DirDN>
            <DirPassword>
                      AQIC5wM2LY4Sfcy+AQBQxghVwhBE92i78cqf
             </DirPassword>
     </User> ...
    
    
                   

    ampassword only changes the password in Directory Server. You will have to manually change passwords in the ServerConfig.xml and all authentication templates for Access Manager.