How can I enable VigilEnt User Manager and VigilEnt Password Administrator support in the Directory (NETIQKB24872)

  • 7724872
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How can I enable VigilEnt User Manager and VigilEnt Password Administrator support in the Directory and Resource Administrator Web Console?

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

fix

To enable Vigilent User Manager (VUM) and Vigilent Password Administrator  (VPA) support, please perform the following steps:

  1. Using Windows Explorer, locate the folder IIS root\DRAWeb\WebConsole .
  2. By default, the Web Console IIS root path is C:\Inetpub\wwwroot\DRAWeb\WebConsole .
  3. Open ConfigInfo.asp using your preferred development environment.
  4. Change the following lines of code to specify the correct URLs for your VUM server.

    Application("VUM_ADMIN_URL") = "" '"https://VUMSERVER/"
    Application("VUM_USER_URL") = "" '"
    https://VUMSERVER/user/"
  5. Save the modified ConfigInfo.asp file.

 



note
The VUM_ADMIN_URL launches the VUM homepage and the VUM_USER_URL launches the VPM homepage. 

Additional Information

Formerly known as NETIQKB24872