Resolution
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:
- Navigate to ..\Inetpub\wwwroot\DRAWeb\WebConsole.
- Open ConfigInfo.asp in Notepad.
- 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 Select File | Save and save the ConfigInfo.asp.