安装PHP的LDAP的扩充(ubuntu)

WBOY
Release: 2016-06-13 11:58:47
Original
1345 people have browsed it

安装PHP的LDAP的扩展(ubuntu)

之前用PHP的一个项目用到了LDAP,度娘,谷歌了一直没有配好,所以记录一下我自己的配置(我的机子是ubuntu):

?//有人说安装这个就好,我自己用到反正是不行,查的说ldap会用到lasso,所以还得安装下php5-lasso的命令。

sudo apt-get install php5-ldap;

sudo apt-get install php5-lasso;

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template