Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ keywords:
- Access Information Center
- AIC
- domain enumeration
- web.config
- AccessInformationCenter.Service.exe.config
- DNS
- startup performance
- StealthAudit
- domains
- AuthSearchDomains
products:
- access_info_center
sidebar_label: Specify Domains for AIC to Enumerate
Expand All @@ -22,19 +23,28 @@ knowledge_article_id: kA04u0000000IT4CAM

# Specify Domains for AIC to Enumerate

## Summary:
**Summary:** Speed up domain enumeration in the Access Information Center (AIC)
## Summary
Speed up domain enumeration in the Access Information Center (AIC)

## Issue:
**Issue:** You can specify which domains the AIC enumerates, rather than allowing the AIC to try all of them every time.
## Issue
You can specify which domains the AIC enumerates, rather than allowing the AIC to try all of them every time.

It does this every time a user logs into the AIC.

A comma-separated list of domains that AIC is allowed to enumerate on startup.

This list is useful because customers often have domains with trust relationships that are unavailable due to being taken down, etc. This makes application startup take significantly longer.

## Instructions:
**Instructions:**
## Instructions

In the web.config file (by default `C:\inetpub\wwwroot\StealthAudit Compliance`), enter the DNS names of the domains you'd like in this tag.
1. Navigate to `C:\Program Files\STEALTHbits\Access Information Center\`.
2. Open `AccessInformationCenter.Service.exe.config` with a text editor (run as Administrator).
3. Locate the `AuthSearchDomains` setting.
4. Enter the DNS names of the domains as a comma-separated list in the `value` attribute:
```xml
<add key="AuthSearchDomains" value="domain1.com,domain2.com,domain3.com" />
```
5. Save the file and restart the **Netwrix Access Information Center** service.

## Result
The Access Information Center will only enumerate the specified domains on startup, significantly reducing application startup time when unavailable trusted domains exist.