[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4020) JLDAP - org.ietf residual dependency



Full_Name: Jon Roberts
Version: 2.3.7
OS: linux
URL: 
Submission from: (NULL) (70.56.104.130)


JLDAP will not compile and a couple key classes won't work properly because they
reference the class org.ietf.ldap.LDAPSocketFactory, which apparently is no
longer included in the distribution. The ftp.openldap.org incoming folder is
full, but the patch is simply as follows:

Index: com/novell/ldap/LDAPJSSESecureSocketFactory.java
===================================================================
RCS file: /repo/OpenLDAP/pkg/jldap/com/novell/ldap/LDAPJSSESecureSocketFactory.java,v
retrieving revision 1.12
diff -u -r1.12 LDAPJSSESecureSocketFactory.java
--- com/novell/ldap/LDAPJSSESecureSocketFactory.java    16 Jan 2004 04:50:39
-0000  1.12
+++ com/novell/ldap/LDAPJSSESecureSocketFactory.java    11 Sep 2005 03:50:11
-0000
@@ -29,7 +29,7 @@
  * @see LDAPConnection#setSocketFactory
  */
 public class LDAPJSSESecureSocketFactory
-                implements LDAPSocketFactory, org.ietf.ldap.LDAPSocketFactory
+                implements LDAPSocketFactory
 {
     private SocketFactory factory;

Index: com/novell/ldap/LDAPJSSEStartTLSFactory.java
===================================================================
RCS file: /repo/OpenLDAP/pkg/jldap/com/novell/ldap/LDAPJSSEStartTLSFactory.java,v
retrieving revision 1.3
diff -u -r1.3 LDAPJSSEStartTLSFactory.java
--- com/novell/ldap/LDAPJSSEStartTLSFactory.java    16 Jan 2004 04:50:39 -0000 
1.3
+++ com/novell/ldap/LDAPJSSEStartTLSFactory.java    11 Sep 2005 03:50:11 -0000
@@ -31,7 +31,7 @@
  * @see LDAPConnection#setSocketFactory
  */
 public class LDAPJSSEStartTLSFactory
-                implements LDAPTLSSocketFactory,
org.ietf.ldap.LDAPSocketFactory
+                implements LDAPTLSSocketFactory
 {
     private SSLSocketFactory factory;
     private boolean pauseForHandShake = false;