Sorry, I should have been clearer.  Strictly speaking this is an IIS
question, not a PHP question, but I don't know where else to ask.

We're using IIS, and the team lead has settled on windows domain
authentication for 'logging into' the system.  This means that only IE can
be used unless I can figure out a way to get IIS to ask non-IE browsers to
authenticate themselves.  The 'user and password' database is the windows
domain controller.

If this is not an acceptable place to ask this, please point me towards
somewhere that I can.

        Thanks,
        - Theo

P.S.  Sorry Manuel, I accidentally replied to you instead of the list the
first time.

-----Original Message-----
From: Manuel Lemos [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 8:32 PM
To: [EMAIL PROTECTED]
Subject: Re: IIS equivalent to Apache's .htaccess files


Hello,

Theodore Brinkman wrote:
> 
> I'm busy trying to fight to keep the project I'm on as platform
independant
> as possible, but it's currently a loosing battle, because the team lead
> insists on using Windows Domain User security, which means if you're not
> using IE, you can't even get to the site.  I'm vaguely familiar with the
> .htaccess files you can use with Apache to control access, and I'm looking
> for a similar way to get the user's windows credentials from other
browsers.
> Is there any way I can do this?

You don't need Apache .htaccess to authenticate anybody. You can do it
all in PHP. The only questions is where is the user and password
database that you want to authenticate against?

Regards,
Manuel Lemos

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to