Our network (which includes an STS server) is changing domains. We have
decided to duplicate project users (within the SQL Server database), changing
their domain designation to the new one (and thereby leaving the old
identity, too).
I can do this, but I can't see how to assign any permissions at all. In
other words, if OldDomain\Ralph gets a new identity as NewDomain\Ralph, how
can I programmatically give him the same permissions as OldDomain\Ralph has?
I see how project data is stored in the SQL Server database but cannot find
any reference to the various permissions levels.