I tried for a bit with W2K Kerberos, but just decided on SQL authentication
(passing the username/password in the connect string)
Jeff
"James M. Parker" <par...@nomail.com> wrote in message
news:OSRJTzyzAHA.1576@tkmsftngp03...
Other posters have suggested that you can only use NT Auth when SQL Server
is installed on the IIS Server - this is not exactly correct. If your IIS
server is allowing users to browse anonymously (that is - using the
IUSR_MACHINE account or another of your chosing) then it is possible to make
a single hop to another server. Also, if you're using Windows 2000 with
Active Directory you have the option of enabling delegation and making
multiple hops.
See KB article Q247931 for info on configuring intetgrated security in
IIS/SQL on different servers and also look into the delegation options if
each user is authenticated separately by IIS. Follow the directions closely
and you will be rewarded.
I have done this multiple times with great success.
Chip
________________________________
Chip Andrews, MCSE+I, MCDBA
http://www.sqlsecurity.com
"James M. Parker" <par...@nomail.com> wrote in message
news:OSRJTzyzAHA.1576@tkmsftngp03...
Chip
"Chip Andrews" <chipa...@usa.net.nospam> wrote in message
news:#JO4$P1zAHA.1896@tkmsftngp02...
Chip Andrews wrote:
>
> BTW - The article mentions that using basic auth is also an option but I do
> not recommend that.
Why do you not recommend that?
--
Reply to the newsgroup.
Chip
"Stephen L Nicoud" <nic...@hotmail.com> wrote in message
news:3AE9D627...@hotmail.com...
> OK. Fair enough. I would also add that if you are going over an untrusted
> network (e.g., the Internet) then I would recommend using SSL regardless
of
> which authentication mechanism you use. If the data is worth protecting
with a
> username and password then, regardless of the authentication mechanism
used, you
> should encrypt the data in transit. Don't be lulled into a false sense of
> security by using NT Challenge / Response and then not encrypting the
data.
Why do you recommend that? I was under the impression that login info *is*
encrypted when you use NT Challenge/Response, so why do you need to encrypt
it with SSL?
Thanks,
Jake Marx
Jeff
"Jake Marx" <ja...@longhead.com> wrote in message
news:e2nONsc0AHA.2040@tkmsftngp05...
--
Reply to the newsgroup.
--
Reply to the newsgroup.
Thanks,
Jake
"Stephen L Nicoud" <nic...@hotmail.com> wrote in message
news:3AEDFB9C...@hotmail.com...
That's not true. I use it all the time over the Internet, and it works just
fine. The end user must be using IE on a Windows platform for it to work,
however.
Regards,
Jake
"Chip Andrews" <chipa...@usa.net.nospam> wrote in message
news:#JO4$P1zAHA.1896@tkmsftngp02...
Chip
"James M. Parker" <par...@nomail.com> wrote in message
news:ORYXqgj0AHA.1344@tkmsftngp03...
Jeff
"Jake Marx" <ja...@longhead.com> wrote in message
news:eElIlId0AHA.428@tkmsftngp02...
So I probably would have to stick to my previous declaration that it doesn't
work over the Internet. AOL is too big to ignore.
Granted, it would work under controlled conditions.
Jeff
"Jake Marx" <ja...@longhead.com> wrote in message
news:eElIlId0AHA.428@tkmsftngp02...
> It doesn't work through AOL, so I had to pull it from my web sites.
Did you find that it doesn't work with the AOL browser, or that it doesn't
work with IE when the client is dialed in through the AOL network?
Thanks,
Jake Marx
www.longhead.com
We had several unhappy campers here over this one. Worked for me through my
local ISP that I tested against, but fails right away with a 401 when going
through AOL.
Jeff
"Jake Marx" <ja...@longhead.com> wrote in message
news:uKakmHC1AHA.2100@tkmsftngp02...
"Jeff Dillon" <jef...@fidalgo.net> wrote in message
news:#k0DbeC1AHA.1588@tkmsftngp02...
"Chip Andrews" <chipa...@usa.net.nospam> wrote in message
news:ucVpqIk0AHA.720@tkmsftngp03...
Chip
"James M. Parker" <par...@nomail.com> wrote in message
news:ueFUvHN1AHA.2036@tkmsftngp03...