Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

WARNING! Since you'll be exposing a username and password as part of a URL, it is recommended that you create a dedicated web user object inside the TIM Enterprise directory that will be used solely for this purpose.  See Adding/Removing Web Users for details of how to set up a web user.

HTML
<p>Open Windows Registry Editor, REGEDIT.EXE, from the Windows Start Menu -> Run.  Locate the following registry key:-</p>
Code Block
themeEclipse
linenumberstrue
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
HTML
Inside this registry key, add the following DWORD entries:-
Code Block
themeEclipse
linenumberstrue
IEXPLORE.EXE  (Set DWORD value to 0, zero)
EXPLORER.EXE  (Set DWORD value to 0, zero)
HTML
<p>Close the Registry Editor and create a bookmark in Internet Explorer, specifying the URL as per the following example:-</p>
Code Block
http://USERNAME:PASSWORD@HOSTNAME/display/?suiv=12345
HTML
<p>Replace the following items:-</p>

<ul>
	<li>USERNAME replace with the username of the web user you use to access the page</li>
	<li>PASSWORD replace with the password of the web user you use to access the page</li>
	<li>HOSTNAME replace with the host name or IP address of the machine running TIM Enterprise</li>
</ul>

<h4>References</h4>

<p>This information is available from Microsoft's support site:</p>

<a href="http://support.microsoft.com/kb/834489">http://support.microsoft.com/kb/834489</a>