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