Class Modify

java.lang.Object
org.forgerock.opendj.examples.Modify

public final class Modify extends Object
An example client application which applies update operations to a Directory Server. The update operations will be read from an LDIF file, or stdin if no filename is provided. This example takes the following command line parameters (it will read from stdin if no LDIF file is provided):
  <host> <port> <username> <password> [<ldifFile>]
 
  • Method Details

    • main

      public static void main(String[] args)
      Main method.
      Parameters:
      args - The command line arguments: host, port, username, password, LDIF file name containing the update operations (will use stdin if not provided).