http://www.rebeladmin.com/2015/01/configuring-trusts-part-3/ This is the part 3 of the series which explain about “Trusts” between infrastructures. If you not checked the other 2 parts yet you can find them in here. Configuring Trusts – Part 1 Configuring Trusts – Part 2 In this article I will cover up the rest of the concepts, terms, involves with setting up a trust. Security Identifier (SID) filtering Microsoft Systems uses a structure known as SID to express its identities. Its act as a token. SID filtering is used to block users in trusted forest or domain being able to elevate their privileges in local forest or domain. This is important for external trusts as when you trusting you can control rights to provide credentials between domains. By default windows 2012, windows 2012 R2 have SID filtering enabled. If you wish to disable this, you can do it using following commands. ( https://technet.microsoft.com/en-us/library/cc794801(v=ws.10).aspx ) To disable SID filte...