linux centos7.安装ldap过程+web页面安装

OpenLDAP的简介

OpenLDAP是轻型目录访问协议(Lightweight Directory Access Protocol,LDAP)的自由和开源的实现,在其OpenLDAP许可证下发行,并已经被包含在众多流行的Linux发行版中。

参考文献:https://blog.csdn.net/shafatutu/article/details/141537378

OpenLDAP的安装

1.yum方式安装

安装命令如下:

yum -y install openldap compat-openldap openldap-clients openldap-servers openldap-servers-sql openldap-devel migrationtools

 查看OpenLDAP版本:

 2.配置OpenLDAP

2.1 配置OpenLDAP管理员密码

配置管理员密码:

 

 olcAccess: {0}to * by dn.base=”gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth” read by dn.base=”cn=root,dc=test,dc=com” read by * none

 1、安装web界面phpldapadmin

 

 

 
 
posted @ 2025-06-19 16:35  疯狂的米粒儿  阅读(129)  评论(0)    收藏  举报