you can download this package from java.sun.com.////////////////////////
Java Naming and Directory Interface(TM) (JNDI)
     LDAP Service Provider Release Notes
               FCS 1.2.2
      May 1, 2000
This is the 1.2.2 maintenance release of the JNDI LDAP service provider.
Please send feedback on the LDAP service provider to us at
[email protected], or to the public mailing list at
[email protected].
CHANGES SINCE 1.2.1Here are the highlights:- Add support for an "ldap" java.net.URLStreamHandler that generates output in
  DSML. You can supply an LDAP URL string to the java.net.URL
  constructors and then use java.net.URL.openStream() to read the search results
  in DSML.- Add support for 2 new LDAP controls: tree-delete and dir-sync- Use proper class loader when loading in optional SSL package- Wrap thread creation inside doPriviledged for proper functioning in J2EE- Allow proper referral-processing during LDAP "bind" operation- Enable "extensible match" against Active Directory- Handle "unsolicited notifications" without hanging- Workaround for hanging problem when using JSSE 1.0 for SSL- Allow IO streams to be replaced for SASL (used to be disabled due to
  export control)- The name of schema elements is no longer converted to lowercase- The DirContext.getAttributes method no longer sends a superfluous LDAP abandon- Continuation references are correctly handled by list/listBindings operations.
  Nested continuation references are processed correctly and if an error occurs
  it is recorded and presented once processing has completed.- Fix problem with decoding a multivalued Reference when addresses are returned
  unordered (as in Active Directory)- Restore original entry when the DirContext.rebind method fails for local
  (client-side) errors- The schema creation utilities (CreateJavaSchema and CreateCorbaSchema) have
  been enhanced to support extending the proprietary schema in Active Directory
RELEASE INFORMATIONThis release contains:lib/ldap.jar
Archive of class files for the service provider.lib/providerutil.jar
Utilities used by service providers developed by Sun Microsystems.
The LDAP service provider uses some of the classes in this archive.
This archive file is interchangeable with the providerutil.jar
file that you may have downloaded with one of the other service 
providers currently available from Sun Microsystems.lib/ldapbp.jar
Archive ("booster pack") for supporting SASL, Java(TM) Remote 
Method Invocation and CORBA object factories, and the sort,
        virtual-list-view, paged-results, tree-delete and dir-sync controls.lib/jaas.jar
Archive of class files for Java(TM) Authentication and Authorization
        Service (JAAS) that is used by SASL classes.
See http://java.sun.com/security/jaas/.doc/providers/jndi-ldap-gl.html
Guidelines for developers of LDAP service providers.doc/providers/jndi-ldap-ext.html
doc/providers/jndi-ldap.html
Documentation of the service provider.http://www.ietf.org/rfc/rfc2713.txt
Documentation of the schema for representing objects in the 
        Java(TM) programming language in an LDAP directory.http://www.ietf.org/rfc/rfc2714.txt
Documentation of the schema for representing CORBA objects 
in an LDAP directory.doc/ldapcontrols/
javadoc for controls that are shipped with this release.doc/sasl/
javadoc for SASL API preview.schema/
Utilities for converting objects bound using the schema described
in older versions of RFCs 2713 and 2714, and for
adding the schema for RFCs 2713 and 2714. See schema/README.txt.examples/ldap
Examples for the LDAP programmer. These examples
illustrate how to perform operations equivalent to
the Netscape SDK's C language examples. They also
        include examples of how to use the controls.
        See examples/ldap/README.
The classes in this release have been generated using the Java(TM) 2 SDK,
Standard Edition, v1.2.
ADDITIONAL INFORMATIONexamples/api (available as part of the general JNDI 1.2 distribution)
Generic examples for accessing any naming and
directory service, including LDAP. See examples/api/README.examples/browser (available as a separate download)
A JNDI browser for browsing any naming and directory
service, including LDAP. See examples/browser/README-DEMO.txt.http://java.sun.com/products/jndi/1.2/javadoc        
JNDI 1.2 javadoc.

解决方案 »

  1.   

    maxiams 你说得没错jndi 是能实现ldap的一些功能
    但是能实现同样功能的模块有很多啊
    netscape的,novell的,微软的(当然不支持java了)
    netscape,jndi我都可以实现一部分功能,再深入却总是搞不太清了
    象角色(role)的设置,类似notes的权限系统的实现等还有更深入的资料吗
    拜托大家了
      

  2.   

    我用JNDI在2kserver上建立用户,并设置信箱,别的属性都正常,就是不能把用户提交的密码设定。在server上也看不到用户的密码,头疼啊,有谁知道怎么解决。