I've installed the AD validation package according to the docs but it's working a littletoo well--trying to check the user's credentials for public pages as well as the C1 login.
It's my understanding that it's only supposed to validate when the user attempts to access the C1 console.
When I hit a regular page (e.g. our index page) on a computer that doesn't have a user in the C1 database, I get this error:
Error: The following foreign keys integrity did not validate: Username ['ABC']; DataType: Composite.Data.Types.IUserSettings
Where ABC is the user's active directory username
Any suggestions on what to check? Thanks!