LTB-project provides 5 RPMs:
We try to keep package up to date with the latest OpenLDAP version.
Our RPMs includes:
The installation is done under /usr/local, in order to avoid conflicts with existing OpenLDAP installation. In particular, we do not touch the ldap system libraries, which are linked in by many other programs.
You can download the RPMs here: Download.
Just run this command to install them (with dependency management):
# yum install berkeleydb-ltb* openldap-ltb*
Read the next chapter to avoid GPG signature verification problem.
The public key can be downloaded here: http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project
To import this key:
# rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project
You can download the source rpm to build your own OpenLDAP RPMs.
Install source RPMs:
# rpm -Uvh openldap-ltb-VERSION.src.rpm
Do your job and rebuild RPMs:
# cd /usr/src/rpm # rpmbuild -ba SPECS/openldap-ltb.spec