diff --git a/docs/kb/accessinformationcenter/configuration-and-setup/specify-domains-for-aic-to-enumerate.md b/docs/kb/accessinformationcenter/configuration-and-setup/specify-domains-for-aic-to-enumerate.md index 927ce5e7b9..b36d1c78d7 100644 --- a/docs/kb/accessinformationcenter/configuration-and-setup/specify-domains-for-aic-to-enumerate.md +++ b/docs/kb/accessinformationcenter/configuration-and-setup/specify-domains-for-aic-to-enumerate.md @@ -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 @@ -22,11 +23,11 @@ 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. @@ -34,7 +35,16 @@ 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 + + ``` +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.