Using windows authentication with php?

后端 未结 4 1761
暗喜
暗喜 2020-12-01 21:45

Scenario:

I have a area of a website that needs to be secure and accessible when offsite. I want the user to enter the username and password used to login at work i

4条回答
  •  离开以前
    2020-12-01 22:13

    Try LDAP

    • http://www.devshed.com/c/a/PHP/Using-PHP-With-LDAP-part-1/
    • http://us2.php.net/ldap

    I've written intranet web applications that use the local windows username and password to authenticate and LDAP is by far the best solution.

提交回复
热议问题