Jenkins2 Pipeline Docs

Version 0.0.1

☁️☀️🌫🌩

4-2-2 安装Ldap控制台

2.1 先决条件

#安装apache
yum -y install httpd 

#修改配置文件
vim /etc/httpd/conf/httpd.conf #AllowOverride all

#启动服务测试
systemctl start httpd
systemctl enable httpd
    curl 127.0.0.1

2.2 安装phpldapadmin

#安装phpldapadmin
cat /etc/yum.repos.d/epel.repo 
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7Server/x86_64/
enabled=1
gpgcheck=0


yum install phpldapadmin
Last updated on 17 Oct 2017
Published on 17 Oct 2017
Edit on GitHub