From ba789bfc34d3cd6c2117233b6c4aa85847cc938d Mon Sep 17 00:00:00 2001 From: "rweltman%netscape.com" Date: Fri, 9 Nov 2001 01:54:26 +0000 Subject: [PATCH] Initial introduction to org.ietf.ldap --- directory/java-sdk/ietfldap/README.html | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 directory/java-sdk/ietfldap/README.html diff --git a/directory/java-sdk/ietfldap/README.html b/directory/java-sdk/ietfldap/README.html new file mode 100644 index 000000000000..97722098103c --- /dev/null +++ b/directory/java-sdk/ietfldap/README.html @@ -0,0 +1,30 @@ + + The Mozilla implementation of org.ietf.ldap + +

The Mozilla implementation of org.ietf.ldap

+
+Rob Weltman
November 8, 2001

+ + 
+This is a new branch of the Directory SDK for Java that complies with the +proposed IETF standard API. While very similar to the netscape.ldap branch, +it is different enough that just changing your import statements from "import +netscape.ldap.*;" to "import org.ietf.ldap.*;" won't let you compile. There +will be a migration guide and sample apps soon.
+
+The code requires JDK 1.2 or higher, or JDK 1.8 if you have the Collections classes in your CLASSPATH.
+
+Build the SDK with ant +. + +At this point, consider the branch to be of Alpha quality. It implements +just about everything in the IETF API except for startTLS and stopTLS.
+
+SASL clients will require the new Java SASL API being defined in JSR 28 + in the JCP. There are docs + for the proposed new API that you can browse. Soon there will be a Reference Implementation for download.
+
+ \ No newline at end of file