 |
 |

|
 |
 |
Setting up Your Work Environment
This section contains information for using the LDAP Extensions and Controls for JNDI. First, let's look at dependencies that are required to make all of this work:
- JDK 1.17b or higher. We recommend JDK 1.3.1 due to a problem that is corrected in this build.
- A JSSE-compliant security provider to create SSL connections. For more information about SSL, see the DeveloperNet University SSL Security Course.
- NDS eDirectory v8.5 or greater to use the extensions for naming context and replica management.
Configuration
Configuration can utilize the JDK 1.3 or JDK 1.2 (JDK 1.3 is recommended).
JDK 1.3
- Set your JAVA_HOME to your JDK directory. For example, set JAVA_HOME=C:\jdk1.3.
- Include Novell's novbp.jar, which is included in the Novell JNDI download, in your CLASSPATH.
JDK 1.2
- Set your JAVA_HOME to your JDK directory. For example, set JAVA_HOME=C:\jdk1.2.2.
- Include Sun's jndi.jar, ldap.jar, and providerutil.jar in your CLASSPATH.
- Include Novell's novbp.jar, which is included in the Novell JNDI download, in your CLASSPATH.
JDK 1.1.7b
- Include JDK1.1.7b classes.zip in your CLASSPATH.
- Include Sun's jndi.jar, ldap.jar, and providerutil.jar in your CLASSPATH.
- Include Novell's novbp.jar, which is included in the Novell JDNI download, in your CLASSPATH.
- Note:
- When attempting one of the following extended operations using JVM version 1.3 or lower, a null pointer exception will be thrown from LadpCtx.java. This issue will be resolved in JDK1.3.1. It is recommended that you use JDK1.3.1 once it becomes available.
AbortNamingContextOperaation AddReplica ChangeReplicaType CreateNamingContext CreateOrphanNamingContext MergeNamingContexts NamingContextSync ReceiveAllUpdates RefreshLDAPServer RemoveOrphanNamingContext RemoveReplica SchemaSync SendAllUpdates SetReplicationFilter TriggerBackgroundProcess
|
 |
 |
 |