Here is the scenario:
- Two domains: DOMAINA and DOMAINB in different forests (Windows Server 2008 R2 Domain Functional Level)
- DOMAINA is in a DMZ network (firewalls are configured to permit all normal SharePoint and AD traffic)
- DOMAINA trusts DOMAINB (one-way forest trust)
- Four servers running SharePoint Server 2010:
- Two WFE servers (members of DOMAINA)
- Two Application servers (members of DOMAINB)
- One SQL Server (member of DOMAINB)
- All service acconts and user accounts are in DOMAINB
My concern is due to the one-way trust, connections from the WFE to Application/SQL Servers will fail as the DOMAINB servers will not trust the DOMAINA servers (even though the users are in DOMAINB)
Is this configuration possible? Is there documentation that details the domain membership of SharePoint servers?