Hi Joel,
@JoelEdstrom while it did add all the usernames in, it didn't add them with the domain\ prefix
----
I don't think you need this Domain\Username format for domain users login to WFA. Using just the Username completely works. However if you do login into WFA using Domain\Username, that too works but the thing is in MS Active Director there is no such attribute of a domain user which I can obtain.
Also this Domain\Username is the old NT login mechanism. Why don't you use the new username@domain login format. WFA totally supports it. All you need to do is
WFA->Configuration->Authentication
change the user name Attribute from sAMAccountName to userPrincipalName . That's All!!
As the image below.


@JoelEdstrom . Is there any way to have these users created as LDAP users instead by any chance?
-------
Did you notice that when you are creating a new user, WFA doesn't ask you if this is going to be a domain user or local user? All users in WFA by default are created local. As soon as the same user i.e. with same username succeeds login using the Domain authentication, the same same users get modified to domain users i.e. column "is ldap" will become true for them.
Every login attempt in WFA is first looked for local authentication, if local fail and LDAP is enabled the the same login is attempted using the Domains provided for domain authentication. If local fails but the domain succeeds, then the WFA user is allowed access and he/she is marked as a Doamin user i.e. column "is ldap" becomes true for him.
This is the very magic-logic behind the solution I provided
. I get all the Domain users in from the Groups as mentioned in Your WFA LDAP configurations. I created local users with them. Now when real domain users actually attempt login into WFA, their local authentication will fail, it has to. But their Domain authentication will pass (assuming they give right username/password etc.). This upgrades the user to LDAP user. Now this will allow the user the access into WFA with the correct roles and category access as assigned by the Admin.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.