使用 php 针对 Windows AD 组对用户进行身份验证

发布于 2024-11-03 20:36:21 字数 182 浏览 3 评论 0原文

我正在用 php 开发一个应用程序,只需要特定 win 广告组中的用户能够通过提供用户名和密码来登录。

我的环境将是 AD:Windows 2008 R2 Web 服务器:IIS7 和 PHP 5.x 用户组:“测试组” 域名:testdomain.com

我浏览了几篇文章和论坛,有些说可以使用 pear:auth。

i'm developing an app in php that needs only users in a specific win ad group able to login by giving their user name and password.

my environment will be
AD: windows 2008 R2
Web server: IIS7 with PHP 5.x
user group: "testgroup"
domain: testdomain.com

i have gone through several articles and forums, some said pear:auth can be used.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何必那么矫情 2024-11-10 20:36:21

您也可以使用 Zend Framework 中的 Zend_Auth_Adapter_Ldap (顺便说一句,如果您愿意,您可以单独使用它,不必使用完整的框架)。文档中给出了示例,您只需提供正确的参数即可。

You can use Zend_Auth_Adapter_Ldap from the Zend Framework as well (btw you can use it by itself if you want, you don't have to use the complete framework). Examples are given in the docs, you just have to provide the correct parameters and you're off.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文