Home Contact Download

Search




Ohloh statistics

LDAP Tool Box project: even LDAP administrators need help



OpenLDAP RPMs

Introduction

LTB-project provides 4 RPMs:

  • BerkeleyDB
  • OpenLDAP
  • Check password policy module
  • OpenLDAP debuginfo

We try to keep package up to date with the latest OpenLDAP version.

Our RPMs includes:

  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • LTB-project OpenLDAP init script
  • LTB-project check password policy module
  • Logrotate script
  • Preconfigured DB_CONFIG

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.

Download and install

You can dowload 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.

GPG key

The public key can be dowloaded 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

Rebuild RPMs

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