I've gotten switched over to Rio licensing so my users are all Windows accounts and all the full names and emails are stored in Active Directory already so I want to use that as my Trustee Directory.
When workflow sees the username it sees DOMAIN\Username so the %(Initiator) token for instance will read DOMAIN\Username. I'm trying to retrieve the full user info into tokens with Find User activity and point to %(Initiator) for the Account Name. The problem is it can't find it because it terminates and says DOMAIN\Username is not found. When I use the Configure Trustee Directory dialog to search for the user I can ONLY find it if I search for Username only. Searching for DOMAIN\Username cannot find any of my users.
How do I retrieve my users in Workflow activities when they're identified to Workflow as DOMAIN\Username?
(without resorting to something really stupid like pattern matching the DOMAIN out of the string for every time I want to refer to an LDAP user)