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.
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 |
$ 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
It depends of OpenLDAP library to be previously installed. Tested in Debian using libldap-2.4.