From eae56f010cfdc230ef6c36b81f0cb10f0e8e5fb6 Mon Sep 17 00:00:00 2001 From: Tay Caliguiri Date: Fri, 9 Jan 2026 12:13:58 -0500 Subject: [PATCH 1/3] Update specify-domains-for-aic-to-enumerate.md - Corrected instructions to actually include fix/tag to use - Updated the config file name and location to match supported versions which no longer use IIS --- .../specify-domains-for-aic-to-enumerate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..6f799910fc 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 @@ -37,4 +37,4 @@ This list is useful because customers often have domains with trust relationship ## 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. +In the AccessInformationCenter.Service.exe.config file (by default `C:\Program Files\STEALTHbits\Access Information Center\`), enter the DNS names of the domains you'd like in the `AuthSearchDomains` tag, between the quotations of `value=""`. From 92037949a02335e9364f392244e836b0287c0218 Mon Sep 17 00:00:00 2001 From: Hilary Ramirez Date: Tue, 13 Jan 2026 15:54:44 -0500 Subject: [PATCH 2/3] Address Claude Code review feedback - Update keywords metadata (remove web.config, add new config file) - Remove redundant bold section headers - Restructure instructions with numbered steps - Add concrete XML example with comma-separated domains - Add Result section following repository conventions --- .../specify-domains-for-aic-to-enumerate.md | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) 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 6f799910fc..4ceaaa1786 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 AccessInformationCenter.Service.exe.config file (by default `C:\Program Files\STEALTHbits\Access Information Center\`), enter the DNS names of the domains you'd like in the `AuthSearchDomains` tag, between the quotations of `value=""`. +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 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. From 302a07eb6a097001a815101905b73a9c92e11e10 Mon Sep 17 00:00:00 2001 From: Hil-Ram-NWX Date: Tue, 13 Jan 2026 16:03:46 -0500 Subject: [PATCH 3/3] Update service name in documentation --- .../specify-domains-for-aic-to-enumerate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4ceaaa1786..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 @@ -44,7 +44,7 @@ This list is useful because customers often have domains with trust relationship ```xml ``` -5. Save the file and restart the Access Information Center service. +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.