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.
function userExists ([string]$name)
In my view this function should use a domain parameter to work properly.