@@ -7,15 +7,18 @@ you should also make sure that `slapadd` and `slapd` are in your `$PATH`.
7
7
8
8
The scripts were originally tested on CentOS 7 and Ubuntu 16.04. Later
9
9
Ubuntu releases should behave the same. Following the lead of its parent,
10
- RHEL, CentOS 8 no longer includes the OpenLDAP server. There, you can
11
- use the packages provided by the [ LTB project] ( https://ltb-project.org/download.html ) ,
10
+ RHEL, CentOS 8 no longer includes the OpenLDAP server. After the demise of
11
+ CentOS 8, successors like AlmaLinux and Rocky Linux have incorporated OpenLDAP
12
+ in the additional repositories, but the easiest route is to use the packages
13
+ provided by the [ LTB project] ( https://ltb-project.org/download.html ) ,
12
14
which also has the latest OpenLDAP for Debian and Ubuntu.
13
15
14
- * On Ubuntu, install ` slapd ` and ` ldap-utils ` .
16
+ CentOS 7 is EOL, as is OpenLDAP 2.4.x. Use at least version 8 of RHEL and its
17
+ derivatives, and OpenLDAP 2.5 or later.
15
18
16
- * On CentOS 7 , install ` openldap-servers ` and ` openldap-clients ` .
19
+ * On Ubuntu , install ` slapd ` and ` ldap-utils ` .
17
20
18
- * On CentOS 8 , configure the [ LTB yum repository] ( https://www.ltb-project.org/documentation/openldap-rpm.html )
21
+ * On RHEL/Alma/Rocky , configure the [ LTB yum repository] ( https://www.ltb-project.org/documentation/openldap-rpm.html )
19
22
and install ` openldap-ltb ` .
20
23
21
24
* Whatever the distro, install ` make ` .
0 commit comments