How do you display the Secure Password Administrator (SPA) hotlinks in the Directory and Resource Ad (NETIQKB45276)

  • 7745276
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do you display the Secure Password Administrator (SPA) hotlinks in the Directory and Resource Administrator web console?

fact
Directory and Resource Administrator 7.5

fact
Secure Password Administrator 1.0

fix

To display Secure Password Administrator (SPA) hotlinks in the Directory and Resource Administrator web console:

  1. Navigate to ..\Inetpub\wwwroot\DRAWeb\WebConsole.
  2. Open ConfigInfo.asp in Notepad.
  3. Edit the data below and add the name of the SPA admin site and SPA user site in the format: https://SPAServerName/admin

    Sub Set_SPA_URLS
     
     Application("SPA_Initialized") = True 

     ' To activate integration replace the blank string ("") below with
                ' the correct URL for SPA Administration.  Example: "https://SPASERVER/"
     Application("SPA_ADMIN_URL") = "https//SPA_Machine/admin"

     ' To activate integration replace the blank string ("") below with
                ' the correct URL for SPA Self Service. Example: "https://SPASERVER/user/"
     Application("SPA_USER_URL") = "https://SPA_Machine/user"
     
    End Sub

  4. Select File | Save and save the ConfigInfo.asp.



Additional Information

Formerly known as NETIQKB45276