Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.15 KB

File metadata and controls

33 lines (22 loc) · 1.15 KB

Openldap-wrapper

Adapter of the openLDAP Library exclusively developed for the Operating System department at FRBA UTN.

The API isn't finished. It may contains bugs. Memory issues weren't considered at the time of writing the code. It was just a probe of concept.

Package content:

File Description
Ldap.c código de ejemplo
LdapWrapper.c definition
LdapWrapper.h header
ldap_wrapper_tutorial.pdf Tutorial
lib openLDAP dynamic link libraries
include openLDAP headers

Compile

$ tar -zxvf openLdap-wrapper-0.1.tar.gz
$ cd openLdap-wrapper-0.1/
$ gcc -o ldap-test Ldap.c LdapWrapper.c -Iinclude -Llib -lldap -llber

Minimum requirements

It depends of OpenLDAP library to be previously installed. Tested in Debian using libldap-2.4.