From: Chris R. <chr...@us...> - 2003-03-14 13:20:58
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv26355 Modified Files: index.html Log Message: Added interim documentation TOC Index: index.html =================================================================== RCS file: /cvsroot/perl-ldap/website/index.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- index.html 14 Mar 2003 11:03:56 -0000 1.29 +++ index.html 14 Mar 2003 13:20:55 -0000 1.30 @@ -31,9 +31,8 @@ <div class="section"> <h2>Introduction</h2> <p>LDAP is the de-facto Internet directory standard, supported by companies - such as Sun, Microsoft, IBM and Novell. LDAP is an integral part - of Internet platform offerings like Sun ONE, Microsoft Exchange, and many - others.</p> + such as Sun, Microsoft, IBM and Novell. LDAP is an integral part of Internet + platform offerings like Sun ONE, Microsoft Exchange, and many others.</p> <p>The perl-ldap distribution is a collection of perl modules which provide an object orientated interface to LDAP servers.</p> <p>The perl-ldap distribution has several advantages over other LDAP interfaces @@ -62,7 +61,69 @@ </div> <div class="section"> <h2>Documentation</h2> - <p>The POD documentation for the latest release is available <a href="http://search.cpan.org/~gbarr/perl-ldap/">online at CPAN</a>.</p> + <p>The POD documentation for the latest release is available online from + CPAN:</p> + <dl> + <dt><a name="Net::LDAP" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP.pod">Net::LDAP</a></dt> + <dd>Lightweight Directory Access Protocol</dd> + <dt><a name="Net::LDAPS" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAPS.pm">Net::LDAPS</a></dt> + <dd>Use LDAP over an SSL connection</dd> + <dt><a name="Net::LDAP::Message" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Message.pod">Net::LDAP::Message</a></dt> + <dd>Message response from LDAP server</dd> + <dt><a name="Net::LDAP::Search" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Search.pod">Net::LDAP::Search</a></dt> + <dd>Object returned by Net::LDAP search method</dd> + <dt><a name="Net::LDAP::Entry" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Entry.pod">Net::LDAP::Entry</a></dt> + <dd>An LDAP entry object</dd> + <dt><a name="Net::LDAP::Reference" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Reference.pod">Net::LDAP::Reference</a></dt> + <dd>Search reference</dd> + <dt><a name="Net::LDAP::Filter" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Filter.pod">Net::LDAP::Filter</a></dt> + <dd>Representation of LDAP filters</dd> + <dt><a name="Net::LDAP::LDIF" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/LDIF.pod">Net::LDAP::LDIF</a></dt> + <dd>LDIF reading and writing</dd> + <dt><a name="Net::LDAP::DSML" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/DSML.pm">Net::LDAP::DSML</a></dt> + <dd>DSML reading and writing</dd> + <dt><a name="Net::LDAP::Schema" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Schema.pod">Net::LDAP::Schema</a></dt> + <dd>Load and manipulate an LDAP v3 Schema</dd> + <dt><a name="Net::LDAP::Constant" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Constant.pod">Net::LDAP::Constant</a></dt> + <dd>Constants for use with Net::LDAP</dd> + <dt><a name="Net::LDAP::Util" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Util.pm">Net::LDAP::Util</a></dt> + <dd>Utility functions</dd> + <dt><a name="Net::LDAP::Extra" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Extra.pm">Net::LDAP::Extra</a></dt> + <dd>Load extra Net::LDAP methods</dd> + </dl> + <h3>LDAP v3 Server Controls</h3> + <dl> + <dt><a name="Net::LDAP::Control" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control.pm">Net::LDAP::Control</a></dt> + <dd>LDAPv3 control object base class</dd> + <dt><a name="Net::LDAP::Control::Paged" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/Paged.pm">Net::LDAP::Control::Paged</a></dt> + <dd>LDAPv3 Paged results control object</dd> + <dt><a name="Net::LDAP::Control::ProxyAuth" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/ProxyAuth.pm">Net::LDAP::Control::ProxyAuth</a></dt> + <dd>LDAPv3 Proxy Authentication control object</dd> + <dt><a name="Net::LDAP::Control::Sort" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/Sort.pm">Net::LDAP::Control::Sort</a></dt> + <dd>Server Side Sort (SSS) control object</dd> + <dt><a name="Net::LDAP::Control::SortResult" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/SortResult.pm">Net::LDAP::Control::SortResult</a></dt> + <dd>Server Side Sort (SSS) result control object</dd> + <dt><a name="Net::LDAP::Control::VLV" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/VLV.pm">Net::LDAP::Control::VLV</a></dt> + <dd>LDAPv3 Virtual List View control object</dd> + <dt><a name="Net::LDAP::Control::VLVRresponse" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Control/VLVResponse.pm">Net::LDAP::Control::VLVResponse</a></dt> + <dd>LDAPv3 Virtual List View server response</dd> + </dl> + <h3>Help</h3> + <dl> + <dt><a name="Net::LDAP::FAQ" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/FAQ.pod">Net::LDAP::FAQ</a></dt> + <dd>Frequently Asked Questions about Net::LDAP</dd> + <dt><a name="Net::LDAP::Examples" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Examples.pod">Net::LDAP::Examples</a></dt> + <dd>PERL LDAP by Example</dd> + <dt><a name="Net::LDAP::RFC" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/RFC.pod">Net::LDAP::RFC</a></dt> + <dd>List of related RFCs</dd> + <dt><a name="Net::LDAP::Security" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/Security.pod">Net::LDAP::Security</a></dt> + <dd>Security issues with LDAP connections</dd> + </dl> + <h3>Other</h3> + <dl> + <dt><a name="Bundle::Net::LDAP" href="http://search.cpan.org/~gbarr/perl-ldap/lib/Bundle/Net/LDAP.pm">Bundle::Net::LDAP</a></dt> + <dd>A bundle for Net::LDAP</dd> + </dl> <p>At the 2001 O'Reilly Open Source Conference, Graham Barr presented <a href="perl-ldap-oscon2001.pdf">this</a> tutorial.</p> </div> <div class="section"> @@ -88,11 +149,11 @@ <h2>FAQ-O-MATIC</h2> <p>The <a href="http://perl-ldap.sourceforge.net/faqomatic/cache/1.html">Perl-LDAP Faq-o-matic</a> is back online to a certain extent, although the content - is now static. Sourceforge requires that state information be stored in - a database and the Faq-o-matic does not work that way for a number of reasons. - This means we can not update our Faq-o-matic, but we can view the static - content.</p> - </div> + is now static. Sourceforge requires that state information be stored + in a database and the Faq-o-matic does not work that way for a number + of reasons. This means we can not update our Faq-o-matic, but we can + view the static content.</p> + </div> <div class="section"> <h2>Mailing List</h2> <p>SourceForge also hosts a mailing list for the perl-ldap project. You can @@ -132,13 +193,12 @@ </div> </div> <div id="footer"> -<address> + <address> Graham Barr <a href= "mailto:gb...@po..."><gb...@po...></a> </address> - <p class="revision"> - $Id$ - </p> + <p class="revision"> $Id: index.html,v 1.29 2003/03/14 11:03:56 chrisridd Exp + $ </p> </div> </body> </html> |