I have encountered many pitfalls in the process of installing and using openldap. Some of them I did not understand clearly, and some of them were not explained clearly by others. This time I will start with the installation, simple permission settings, and dual masters, and then include the connection with confluence, jira, and gitlab. ~
1. Install openldap
I have compiled and installed it before and encountered many pitfalls. In the end, I chose to use yum for the convenience of installation.
`yum install openldap openldap-servers openldap-clients openldap-devel compat-openldap`
The back-end database of openldap is Berkeley DB, so this also needs to be installed. When compiling and installing, there were strict requirements on the version of this database, which was a huge pitfall. .
`yum install db4 db4-utils`
Although openldap has provided enough commands to create, search, and modify data, it is still not as intuitive as the web page display. Here we use phpldapadmin.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn