PHP 可以在所有浏览器中访问 Active Directory 用户名吗?
我在 Windows 服务器上运行 PHP(xammp 安装),而不是在 IIS 上。
是否可以为 Apache 安装任何类型的 mod,以允许我获取用户的 Active Directory 用户名?
I'm running PHP on a Windows server (xammp install), not on IIS.
Is there any sort of mod that can be installed for Apache that will allow me to grab the users Active Directory username?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Apache 的 mod_auth_sspi。
但它并不是在所有浏览器中都可以开箱即用。
You can use Apache's mod_auth_sspi.
It does not, however work out of the box in all browsers.
您可能想查看 mod_authnz_ldap
http://httpd.apache.org/docs/ 2.3/mod/mod_authnz_ldap.html
You might want to look into mod_authnz_ldap
http://httpd.apache.org/docs/2.3/mod/mod_authnz_ldap.html