php - 使用 PHP 在我的网站上实现 LDAP 的步骤

标签 php ldap

任何人都可以让我解释一下在我的网站上使用 PHP 逐步实现 LDAP

最佳答案

LDAP support in PHP is not enabled by default. You will need to use the --with-ldap[=DIR] configuration option when compiling PHP to enable LDAP support. DIR is the LDAP base install directory. To enable SASL support, be sure --with-ldap-sasl[=DIR] is used, and that sasl.h exists on the system.

关于php - 使用 PHP 在我的网站上实现 LDAP 的步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2927933/

相关文章:

php - 为什么 $handler 在回调中获得不同的值(value)?

javascript - 使用 Simple HTML Dom Parser 抓取带有特定关键字的 <script> 标签

通过 LDAP over SSL (LDAPS) 的 ASP.NET 样板身份验证

grails - 使用LDAP验证用户身份。 Grails和Groovy

javascript - 在 PHP 和 Ajax 中从数据库数据动态创建下拉列表

php - codeigniter 谷歌分析 + 谷歌图表

java - 通过 LDAP 查询 Active Directory 组中的所有用户时,为什么某些用户的 userPassword 属性为空?

php - CakePHP (LDAP) 中的替代身份验证源

spring-security - Spring Security 和 LDAP MD5 身份验证

php - PHP 中的输入过滤