IIS security with user and passwords stored in database

IIS security with user and passwords stored in database

am 01.10.2006 03:42:01 von ScottJones

I am new to IIS. I have a microsoft sql server with user id and passwords
stored in it. I need to get IIS to use the sql database for authentication.


1. Is this possible?
2. If so, can someone point me to documentation or an example.

Thanks

Re: IIS security with user and passwords stored in database

am 01.10.2006 15:52:38 von jeff.nospam

On Sat, 30 Sep 2006 18:42:01 -0700, Scott Jones
wrote:

>I am new to IIS. I have a microsoft sql server with user id and passwords
>stored in it. I need to get IIS to use the sql database for authentication.
>
>
>1. Is this possible?

No.

>2. If so, can someone point me to documentation or an example.

Best you can do is use ASP.NET or another technology for your logins
and security. The security in IIS is based on Windows accounts.

Jeff

Re: IIS security with user and passwords stored in database

am 01.10.2006 16:52:01 von ScottJones

Let me go further.
I have a tomcat application that is in my internal network. I was planning
on using modJK to forward the traffic. Corp security states that the DMZ
layer needs to do auth. I already have it built into the tomcat layer.

So I need something like IIS and modJK in the DMZ that also does a simple
auth check. I do not have the ability to use a different user storage. So I
am looking for a solution that will forward the traffic and do auth.

"Jeff Cochran" wrote:

> On Sat, 30 Sep 2006 18:42:01 -0700, Scott Jones
> wrote:
>
> >I am new to IIS. I have a microsoft sql server with user id and passwords
> >stored in it. I need to get IIS to use the sql database for authentication.
> >
> >
> >1. Is this possible?
>
> No.
>
> >2. If so, can someone point me to documentation or an example.
>
> Best you can do is use ASP.NET or another technology for your logins
> and security. The security in IIS is based on Windows accounts.
>
> Jeff
>

Re: IIS security with user and passwords stored in database

am 02.10.2006 02:51:24 von Ken Schaefer

Hi,

You can write your own ISAPI filter that looks in a database to verify
credentials.

Is your DMZ datastore of user credentials secure though? If that is
compromised, then the attacker would have access to all the credentials for
your web application...

Cheers
Ken

"Scott Jones" wrote in message
news:18688E4A-938E-46D5-AF9E-A2D33462B766@microsoft.com...
> Let me go further.
> I have a tomcat application that is in my internal network. I was
> planning
> on using modJK to forward the traffic. Corp security states that the DMZ
> layer needs to do auth. I already have it built into the tomcat layer.
>
> So I need something like IIS and modJK in the DMZ that also does a simple
> auth check. I do not have the ability to use a different user storage.
> So I
> am looking for a solution that will forward the traffic and do auth.
>
> "Jeff Cochran" wrote:
>
>> On Sat, 30 Sep 2006 18:42:01 -0700, Scott Jones
>> wrote:
>>
>> >I am new to IIS. I have a microsoft sql server with user id and
>> >passwords
>> >stored in it. I need to get IIS to use the sql database for
>> >authentication.
>> >
>> >
>> >1. Is this possible?
>>
>> No.
>>
>> >2. If so, can someone point me to documentation or an example.
>>
>> Best you can do is use ASP.NET or another technology for your logins
>> and security. The security in IIS is based on Windows accounts.
>>
>> Jeff
>>