From: Chris R. <chr...@us...> - 2003-05-07 13:49:59
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv16429 Modified Files: Constant.pod Log Message: Added LDAP Extensions section Index: Constant.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Constant.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Constant.pod 7 May 2003 10:50:31 -0000 1.4 +++ Constant.pod 7 May 2003 13:49:55 -0000 1.5 @@ -322,6 +322,17 @@ =back +B<Net::LDAP::Constant> exports constant subroutines for the following LDAP +extension OIDs. + +=over 4 + +=item LDAP_EXTENSION_START_TLS + +Indicates if the server supports the Start TLS extension (RFC-2830) + +=back + =head1 SEE ALSO L<Net::LDAP>, |