gecko-dev/directory/perldap
clayton 9ff3585a96 Added a first draft of POD documentation for the API commands. I wrote a
script to generate most of it and am going back to fix the pieces that
couldn't be automatically generated.  I've gotten through ldap_compare
so far and will be done with all API docs by Tuesday night.
1998-08-10 21:56:09 +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 Added a first draft of POD documentation for the API commands. I wrote a 1998-08-10 21:56:09 +00:00
API.xs Fixed relatively stupid error on my part in the avref2berptrptr function. 1998-08-04 02:28:12 +00:00
ChangeLog - Lots of modifications, minor changes etc. 1998-08-09 01:16:55 +00:00
Changes *** empty log message *** 1998-07-21 02:32:13 +00:00
Conn.pm - Lots of modifications, minor changes etc. 1998-08-09 01:16:55 +00:00
constant.h API.xs - Added missing functions (bind/bind_s) 1998-08-03 00:26:38 +00:00
Entry.pm - Lots of modifications, minor changes etc. 1998-08-09 01:16:55 +00:00
LDIF.pm - Lots of modifications, minor changes etc. 1998-08-09 01:16:55 +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
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
README Whoops...These files were last checked in after editing in VIM under NT. 1998-08-03 02:35:26 +00:00
test.pl MANIFEST - Changed Connection.pm to Conn.pm 1998-07-29 03:43:34 +00:00
TODO *** empty log message *** 1998-07-21 02:32:13 +00:00
typemap *** empty log message *** 1998-07-23 11:05:59 +00:00
Utils.pm - Lots of modifications, minor changes etc. 1998-08-09 01:16:55 +00:00

#############################################################################
#                                                                           #
#            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