Skip to content

dmarafetti/openldap-wrapper

Repository files navigation

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.

About

OpenLDAP wrapper Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages