1. 安装OpenLDAP
1.1 环境
[root@cdh-server3 ~]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.5.1804 (Core)
Release: 7.5.1804
Codename: Core
[root@cdh-server3 ~]#
[root@cdh-server3 ~]# uname -a
Linux cdh-server3 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[root@cdh-server3 ~]#
可以看到已经安装了
[root@cdh-server3 ~]# rpm -qa | grep openldap
openldap-2.4.44-15.el7_5.x86_64
[root@cdh-server3 ~]#