gecko-dev/directory/perldap
leif daff017216 *** empty log message *** 1998-08-04 03:50:56 +00:00
..
examples *** empty log message *** 1998-08-04 03:50:56 +00:00
test_api Whoops...These files were last checked in after editing in VIM under NT. 1998-08-03 02:35:26 +00:00
API.pm Updated version number to 1.00 to prepare for release version. Still need 1998-08-03 00:29:25 +00:00
API.xs Fixed relatively stupid error on my part in the avref2berptrptr function. 1998-08-04 02:28:12 +00:00
ChangeLog *** empty log message *** 1998-08-03 07:54:08 +00:00
Changes *** empty log message *** 1998-07-21 02:32:13 +00:00
Conn.pm *** empty log message *** 1998-08-03 07:54:08 +00:00
Entry.pm Removed the DESTROY method. 1998-08-03 06:58:21 +00:00
LDIF.pm *** empty log message *** 1998-07-23 05:31:22 +00:00
MANIFEST *** empty log message *** 1998-07-30 10:14:41 +00:00
MPL-1.0.txt *** empty log message *** 1998-07-21 02:32:13 +00:00
Makefile.PL Whoops...These files were last checked in after editing in VIM under NT. 1998-08-03 02:35:26 +00:00
README Whoops...These files were last checked in after editing in VIM under NT. 1998-08-03 02:35:26 +00:00
TODO *** empty log message *** 1998-07-21 02:32:13 +00:00
Utils.pm - Bug fixes in normalizeDN, because of calling convention changed. 1998-07-30 10:06:56 +00:00
constant.h API.xs - Added missing functions (bind/bind_s) 1998-08-03 00:26:38 +00:00
test.pl MANIFEST - Changed Connection.pm to Conn.pm 1998-07-29 03:43:34 +00:00
typemap *** empty log message *** 1998-07-23 11:05:59 +00:00

README

#############################################################################
#                                                                           #
#            PerlDAP v1.0 - A Perl Developers' Kit for LDAP                 #
#                                                                           #
#############################################################################

[ This doc needs LOTS of work... --CED ]

INTRODUCTION
============

PerlDAP (also known as Mozilla::LDAP) allows Perl programmers to develop
software that leverages directories supporting the Lightweight Directory
Access Protocol (LDAP).

Version 1.0 provides both object oriented and direct methods of access
for all LDAP version 2 operations.  Experimental direct access is also
included for version 3 operations.

Numerous examples and test applications are provided to help developers
quickly understand and utilize this module.

LICENSE/COPYRIGHT
=================

...stuff goes here...

REQUIREMENTS
============

Netscape LDAP C Developers' Kit (Version 1.1 or 3.0)
  - http://developer.netscape.com/ldap/
  - http://www.mozilla.org/ldap/
Perl 5.004 or higher (5.005 recommended)
  - http://www.perl.com/
C Language Compiler

SUPPORTED SYSTEMS
=================

...Core systems that we test...

KNOWN BUGS
==========

LDAPv3 API calls are included as a baseline for further development only.  Use
at your own risk.

WHERE TO GET - change section name
============
- Binaries
- Sources