Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Error: System.SystemException: The trust relationship between the primary domain and the trusted domain failed.
  2.  
  3. at System.Security.Principal.NTAccount.TranslateToSids(IdentityReferenceCollection sourceAccounts, Boolean& someFailed)
  4. at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
  5. at System.Security.Principal.NTAccount.Translate(Type targetType)
  6. at Cominfo.Infos.BL.SecurityServices.WindowsLoginHelper.FindUser(String userName) in C:\Dev\Infos\InfosNET.Infos\BL\Cominfo.Infos.BL.SecurityServices\WindowsLoginHelper.cs:line 41
  7. at Cominfo.Infos.BL.SecurityServices.WindowsLoginHelper.GetAttr(String attrName, String defaultValue) in C:\Dev\Infos\InfosNET.Infos\BL\Cominfo.Infos.BL.SecurityServices\WindowsLoginHelper.cs:line 74
  8. at Cominfo.Infos.BL.SecurityServices.LoginService.Authenticate(String username, String password, String remoteAddress) in C:\Dev\Infos\InfosNET.Infos\BL\Cominfo.Infos.BL.SecurityServices\LoginService.cs:line 220
  9. at Cominfo.Infos.BL.SecurityServices.IdSrv.UserService.AuthenticateLocalAsync(LocalAuthenticationContext context) in C:\Dev\Infos\InfosNET.Infos\BL\Cominfo.Infos.BL.SecurityServices\IdSrv\UserService.cs:line 106
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement