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<span class="keyword">REGEDIT.EXE</span>, from the Windows Start <span class="keyword">Start Menu -> Run? Run</span>.  Locate the following registry key:-</p>

...

HTML
Inside this registry key, add the following DWORD <span class="keyword">DWORD</span> entries:-
Code Block
themeEclipse
linenumberstrue
IEXPLORE.EXE  (Set DWORD value to 0, zero)
EXPLORER.EXE  (Set DWORD value to 0, zero)

...

HTML
<p>Replace the following items:-</p>

<ul>
	<li>USERNAME <li><span class="keyword">USERNAME</span> replace with the username of the web user you use to access the page</li>
	<li>PASSWORD <li><span class="keyword">PASSWORD</span> replace with the password of the web user you use to access the page</li>
	<li>HOSTNAME <li><span class="keyword">HOSTNAME</span> 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>

...