Perl Extension for OpenLDAP is a PERL extensions package derived from the PerLDAP package. The goal of Perl Extensions for OpenLDAP is to expose the native OpenLDAP C and C++ APIs, as is, to programs written in the PERL programming language.Projects downloads and communication
There are a number of PERL extensions that provide LDAP API similar to that described in RFC1823, for example Perl-LDAP. The ldapperl project aims to instead export the OpenLDAP API as closely as possible to OpenLDAP libraries, allowing more of the libraries features to be available to PERL scripts.
The ldapperl project summary can be found at http://sourceforge.net/projects/ldapperl/
Source can be downloaded from the project summary at http://sourceforge.net/projects/ldapperl/Project status
Currently, the source is available in CVS only. Information on getting the CVS tree can be found at http://sourceforge.net/cvs/?group_id=51680
Communication will be done on the two mailing lists, ldapperl-devel at https://lists.sourceforge.net/lists/listinfo/ldapperl-devel for developers working on the ldapperl project, and ldapperl-users at https://lists.sourceforge.net/lists/listinfo/ldapperl-users for users and others requiring general information on the ldapperl project.
7MAY02
-
Commited changes to the library. Added support for ldap_initialize() and reworked ldap_set_option(). Thus, ldaps:/// works.
New scripts in examples for for simple use of ldap_modify_ext_s() and ldap_add_ext_s(). All code is in CVS.
Most of the old code works. What's really needed is testing to weed out the the ones that don't.
20APR02
-
Initially uploaded source code into CVS. The source code is currently just a lightly modified PerLDAP 1.41 source tree.
See http://sourceforge.net/cvs/?group_id=51680 for instructions on how to download the source code for CVS.
- LDAP Account Synchronization Project - http://acctsync.sourceforge.net/
- PERL Extension documentation - http://perldoc.com/perl5.6.1/pod/perlxs.html
- PerLDAP - http://www.perldap.org/
- OpenLDAP - http://www.openldap.org/