Select the product you need help with
How to configure Windows authentication for the SELog virtual directory in AVIcode Intercept StudioArticle ID: 2509259 - View products that this article applies to. SUMMARYIn AVIcode Intercept Studio, the Intercept Service on the agents connects to the SELog virtual directory on the SE-Viewer to upload collected monitoring data. The SELog virtual directory is configured to allow anonymous authentication by default, but some organizations may want to enable Windows authentication for this virtual directory to prevent unauthorized systems from connecting. MORE INFORMATIONUse the following steps to configure Windows authentication for the SELog virtual directory:
The SEAgent.config file on each agent stores its connection configuration. The following is the default location of the file: C:\Program Files\AVIcode\Intercept\Agent\v5.x.x\Configuration In the above folder path, 5.x.x is the version and build number of Intercept Studio. The Start menu contains a shortcut to open the configuration file. To use the shortcut, click AVIcode Intercept Studio on the All Programs menu, point to Intercept Configuration and then click Connection Configuration. SEAgent.config is an XML file. Within its alias element, add userName and password elements immediately after initializeString. Here is an example: <alias> <name>SEViewer</name> <connectionType>WebService</connectionType> <initializeString>http://site/selog/semlogws.asmx</initializeString> <userName>SomeUser</userName> <password>SomePassword</password> <proxy/> </alias> Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2509259 - Last Review: February 22, 2011 - Revision: 3.0
|


Back to the top








