If the SuperReader and SuperUser Account exist in another domain, these accounts are marked as invalid. The problem is caused by the method:
function userExists ([string]$name)
In my view this function should use a domain parameter to work properly.
Comments: ** Comment from web user: JonasEsser **
function userExists ([string]$name)
In my view this function should use a domain parameter to work properly.
Comments: ** Comment from web user: JonasEsser **
For me they are also invalid, but I've checked for duplicate samaccountnames in the other Domains. There are no users with the same name. I've seen this issue only on windows Server 2008 R2.
I'll try it later with the same configuration file in a Server 2012.