sharepoint - Authenticated user cannot log in, "The user does not exist or is not unique." -


this weird one. have wss3 site, no moss, custom membership , role provider authenticates against crm. users have been added site user list once logged in have correct display names.

on dev , stage works fine, on uat users can't past login screen. login screen working, in if type incorrect password user comes right message, meaning custom provider working fine. if fill login form in correctly redirected straight login screen, iis logs showing login screen sent authenticated user site , sent back. setting site allow anonymous access shows user not logged in on site side after authenticating correctly.

the uls logs show: user not exist or not unique.
found 1 trusted forests nzct.local. found 0 trusted domains

adding logging code site have verified membership provider correctly set, , can find user when asked. also, when accessing site user list, can find sp user right name.

it refuses set current user authenticated user. weird.

have checked authentication provider/zone/alternate access mapping settings staging? problems there affect sharepoint methods not standard .net.

are there differences in permissions on staging, or on different domain?

how did add users site users list? ensureuser won't if user there, , try log on potentially invalid existing record.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -