I'm attempting to do basic authentication through PHP and am having little
success.  I have a login screen which requests a username and password, and
I need to have that check against a Windows domain.  IE:

Domain:  ALPHA
Login:  testusername
Password: TestPassword

<SUBMIT>

Then PHP needs to check against the ALPHA domain if the username and
password is correct.  Is there anyway to do this without popping up a
standard basic authentication form box?

Thanks!

Ryan

-- 
PHP Database 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