Update of /cvsroot/perl-ldap/ldap
In directory sc8-pr-cvs1:/tmp/cvs-serv19753
Modified Files:
MANIFEST test.cfg
Log Message:
Add support for URIs to be passed to ->new. ldap: ldaps: and ldapi:
are supported.
Change Net::LDAPS and Net::LDAPI to be very thin wrappers over new URI code
Tests added for ldapi and URIs based on code from Ziya Suzen
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/MANIFEST,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- MANIFEST 6 May 2003 16:38:24 -0000 1.21
+++ MANIFEST 8 May 2003 19:46:22 -0000 1.22
@@ -52,7 +52,6 @@
lib/Net/LDAP/ASN.pm
lib/Net/LDAP/Bind.pm
lib/Net/LDAP/Constant.pm
-lib/Net/LDAP/Constant.pod
lib/Net/LDAP/Control.pm
lib/Net/LDAP/Control/Paged.pm
lib/Net/LDAP/Control/ProxyAuth.pm
@@ -94,6 +93,8 @@
t/53schema.t
t/54dse.t
t/55ssl.t
+t/56ipc.t
+t/57url.t
t/70sortctrl.t
t/common.pl
test.cfg
Index: test.cfg
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/test.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- test.cfg 18 Jul 2001 12:58:08 -0000 1.4
+++ test.cfg 8 May 2003 19:46:22 -0000 1.5
@@ -8,7 +8,7 @@
# This should be one of
# openldap1
# openldap2
-# openldap2+ssl
+# openldap2[+ssl][+ipc][+sasl]
$SERVER_TYPE = "openldap2";
# $HOST = "localhost";
|