Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SSO2KerbMap error

Former Member
0 Likes
502

Hello,

I am trying to implement the SSO2KerbMap module on the IIS for SSO for .NET applications.

When I use the SSO2KerbMap module with an application I receive this specific error at it's log files:

17:10:11 1644/5812 E LogonAsUser: LsaLogonUser failed with NT Error 1787: The security database on the server does not have a computer account for this workstation trust relationship.

Can anyone please help me resole this?

2 REPLIES 2
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes
431

Hi Roy,

I found the following information in the Microsoft KB.

However this note refers to problems when you try to configure a trust relationship between a W2K3 and a NT4 domain.

<a href="http://support.microsoft.com/kb/325874">How to establish trusts with a Windows NT-based domain in Windows Server 2003</a>

Please note that the SSO22KerbMap Module only works in a domain that runs in a Windows 2003 native mode.

Best regards,

André

ceterum censeo RAP esse utendam
Read only

0 Likes
431

Hello Andre,

10X but I saw this arcticle as well and as you said it is valid once you try to configure a trust relationship between a W2K3 and a NT4 domain. In my case all the relevant server are W2K3 and are sitting under one domain.

Roy