Re: Disable NTLM so Kerberos falls back to BAsic
From: Tom Kaminski [MVP] ((A@T))
Date: 04/08/03
- Next message: Jerry Bryant [MSFT]: "Web Cast with VP of Security!"
- Previous message: user: "Re: IIS root"
- In reply to: John White: "Re: Disable NTLM so Kerberos falls back to BAsic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> Date: Tue, 8 Apr 2003 10:42:09 -0400
Ah, the security guys - understood.
Do the users only access the database through the app?
There's no need to hard code anything, it's all in permissions on the
content.
"John White" <john.white@telenor.co.uk> wrote in message
news:#S4DCkd$CHA.2052@TK2MSFTNGP11.phx.gbl...
> Hi Tom,
> Because our security guys want us to be able to explicitly restrict
data
> objects per user group rather than giving access to all due to the nature
of
> some of the data, they also don't like the thought of hard coded accounts
in
> code.
>
> Thanks
>
> John
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
> news:b6uice$jjq4@kcweb01.netnews.att.com...
> > "John White" <john.white@telenor.co.uk> wrote in message
> > news:ubGhSWd$CHA.1600@TK2MSFTNGP10.phx.gbl...
> > > Hi,
> > > I have numerous ASP.NET applications which requires the users to
use
> > > their NT accounts to access them. These applications delegate to back
> end
> > > sql servers (2000) on other domain machines. The trouble is our client
> > base
> > > is a mix of Win98/NT and Windows 2000. Is there a way any pre win 2000
> > > machines are forced to use Basic if they don't support Kerberos like
> > win2k+,
> > > rather than falling back to NTLM which wont delegate??
> > >
> > > Currently we have to force all basic but management wants this stopped
> > where
> > > possible so users are automatically "logged" in to the sites.
> >
> > I don't know the answer, but just curious - why bother to authenticate
> each
> > user to SQL Server? Setup and manage all your permissions on the
ASP.NET
> > side. Just give access to info and functionality of the application to
> the
> > accounts it's appropriate for and use one dummy service account for all
> the
> > SQL connections.
> >
> > --
> > Tom Kaminski IIS MVP
> > http://www.iistoolshed.com/ - tools, scripts, and utilities for running
> IIS
> > http://mvp.support.microsoft.com/
> > http://www.microsoft.com/windowsserver2003/community/centers/iis/
> >
> >
> >
>
>
- Next message: Jerry Bryant [MSFT]: "Web Cast with VP of Security!"
- Previous message: user: "Re: IIS root"
- In reply to: John White: "Re: Disable NTLM so Kerberos falls back to BAsic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|