如何在 Ubuntu 服务器中使用 PHP 7.0 启用 LDAP?

How to enable LDAP with PHP 7.0 in Ubuntu server?(如何在 Ubuntu 服务器中使用 PHP 7.0 启用 LDAP?)
本文介绍了如何在 Ubuntu 服务器中使用 PHP 7.0 启用 LDAP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近将 Ubuntu 升级到 16.04 版,将 PHP 升级到 7 版.但是,ldap 连接不起作用.

I have recently upgraded Ubuntu to version 16.04 and PHP to version 7. However, the ldap connection is not working.

如何在 PHP 7 中启用 ldap?

How to enable ldap in PHP 7?

推荐答案

使用 PHP 7.0(或 7.1)在灯上安装 ldap:

To install ldap on a lamp with PHP version 7.0 (or 7.1):

  • apt-get install php7.0-ldap(或使用apt-get install php7.1-ldap)
  • 服务 apache2 重启
  • 之后创建一个php文件来获取php配置phpinfo();
  • 现在 ldap 已安装.

这篇关于如何在 Ubuntu 服务器中使用 PHP 7.0 启用 LDAP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Connecting to Gmail through IMAP with PHP - SSL context failed(使用 PHP 通过 IMAP 连接到 Gmail - SSL 上下文失败)
How can I get PHP to compile a LaTeX document if it (www-data) can#39;t get access to the required packages?(如果 (www-data) 无法访问所需的包,我如何让 PHP 编译 LaTeX 文档?)
PHPUnit , PEAR upgrading Errors(PHPUnit , PEAR 升级错误)
How do I run all my PHPUnit tests?(如何运行我所有的 PHPUnit 测试?)
PHP+Ubuntu Send email using gmail form localhost(PHP+Ubuntu 使用 gmail 形式发送电子邮件 localhost)
Undefined function mysql_connect()(未定义函数 mysql_connect())