зеркало из https://github.com/mozilla/pjs.git
e5cab0c8d8
Usually VIM detects UNIX format files (LF), but this time it seems to have used CR/LF. I've fixed this problem and checked in working versions. |
||
---|---|---|
.. | ||
examples | ||
test_api | ||
API.pm | ||
API.xs | ||
ChangeLog | ||
Changes | ||
Conn.pm | ||
Entry.pm | ||
LDIF.pm | ||
MANIFEST | ||
MPL-1.0.txt | ||
Makefile.PL | ||
README | ||
TODO | ||
Utils.pm | ||
constant.h | ||
test.pl | ||
typemap |
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