Re: windows authentication problem
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/23/05
- Next message: Nicole Calinoiu: "Re: security engineering for windows forms"
- Previous message: Dominick Baier [DevelopMentor]: "Re: adam for asp.net 2.0 beta as a role/user store"
- Next in thread: synsoft: "Re: windows authentication problem"
- Maybe reply: synsoft: "Re: windows authentication problem"
- Maybe reply: synsoft: "Re: windows authentication problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 23 Sep 2005 03:55:24 -0700
Hello Filip,
classical double hop problem.
check this:
http://msdn.microsoft.com/msdnmag/issues/05/09/SecurityBriefs/default.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hi everyone,
>
> I've got the following error:
> Login failed for user '(null)'. Reason: Not associated with a trusted
> SQL
> Server connection.
> In my webconfig file I use:
> <authentication mode="Windows"/>
> <identity impersonate="true"/>
> My connectionstring is:
> data source=SAN-SRV4; initial catalog=LessiusData; Integrated
> Security=SSPI;
> And when I check my login it is lessius\filip.debacker So that is
> correct
>
> I check it with
> System.Security.Principal.WindowsIdentity.GetCurrent().Name;
> So what do you think the problem is?
>
> thanks!
>
> Filip
>
- Next message: Nicole Calinoiu: "Re: security engineering for windows forms"
- Previous message: Dominick Baier [DevelopMentor]: "Re: adam for asp.net 2.0 beta as a role/user store"
- Next in thread: synsoft: "Re: windows authentication problem"
- Maybe reply: synsoft: "Re: windows authentication problem"
- Maybe reply: synsoft: "Re: windows authentication problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]