Kerberos / Authentication to SQL2K
From: Paul Mason (masonp_at_cancer.bham.ac.uk)
Date: 07/14/04
- Next message: Paul Mason: "Re: validation for User Control"
- Previous message: Mariame: "Re: read from HTML control"
- Next in thread: Paul Mason: "Re: Kerberos / Authentication to SQL2K"
- Reply: Paul Mason: "Re: Kerberos / Authentication to SQL2K"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 12:07:14 +0100
Hi folks,
I thought I'd got this sorted, but apparently not.
Everything in the documentation indicates that setting the IIS settings to
use integrated logins and changing my authentication mode in web.config to
windows would be all I needed to do. It didn't want to know the
authentication until I switched on impersonation either.
Thus my web.config has
<authentication mode="Windows"/>
<identity impersonate="true"/>
When ia had it setup on my local machine, it authenticated OK (which it
didn't before when in an NT domain).
When set up on my web server however, I get the "Login failed for user
'(null)'. Not associated with a trusted login" error, whenever I access a
page that needs to authenticate to my SQL server.
Each machine (web server, sql server, workstations) are in an active
directory domain.
I thought kerberos sorted this all out?? I have no intention of using
impersonation...I'd rather stick to forms authentication.
Any ideas??
Cheers...P
- Next message: Paul Mason: "Re: validation for User Control"
- Previous message: Mariame: "Re: read from HTML control"
- Next in thread: Paul Mason: "Re: Kerberos / Authentication to SQL2K"
- Reply: Paul Mason: "Re: Kerberos / Authentication to SQL2K"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|