
OTP Database Abstraction Library (libotpdb)
===========================================

This library provides read/write access to backend databases in
which OTP-related attributes are stored.


How to build
------------

 1. Install libldap2 including headers
 2. ./configure; make; make install

 (When building from the hg repository, make sure to have
 automake installed and run ./autogen.sh first.)


TLS support
-----------

 This library uses TLS by default. You can configure the TLS support
 in ldap.conf of your OpenLDAP distribution, usually found in 
 /etc/ldap/ldap.conf or /etc/openldap/ldap.conf.


Examples
--------

 See examples/

