windows authentication with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

windows authentication with php

Post by GeXus »

Does anyone know anything about using windows authentication with php? The script will be hosted on a differnet network entirely, i dont know if this is posible or not.
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

"windows authentication" is a little ambiguous -- HTTP auth on windows server? Windows's native user management? The latter, nay (unless you want to parse the registry in PHP*).

*Bad idea
Post Reply