Fork me on GitHub

bind-dyndb-ldap by mnagy

LDAP backend plug-in for BIND

The dynamic LDAP back-end is a plug-in for BIND that provides an LDAP database back-end capabilities.

Dependencies

For now, the LDAP back-end requires that BIND is patched to support dynamic loading of database back-ends. You can get a patch for your version here: http://github.com/mnagy/bind-dynamic_db/downloads

Install

To install the LDAP back-end, extract the tarball and go to the unpacked directory. Then follow these steps: $ ./configure --libdir= $ make Where is a directory where your libdns is installed. This is typically going to be /usr/lib or /usr/lib64 on 64 bit machines. Then, to install, run this as root: # make install This will then install the file ldap.so into the /bind/ directory.

License

This package is licensed under the GNU General Public License, version 2 only. See file COPYING for more information.

Authors

Adam Tkac (atkac redhat.com)
Martin Nagy (mnagy redhat.com)

Contact

Martin Nagy (mnagy redhat.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/mnagy/bind-dyndb-ldap