Fix some copy paste errors in scripts.
| | |
| | | # Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | |
| | | |
| | | # This script may be used to perform LDAP search operations. |
| | | # This script may be used to perform configuration operations on the server. |
| | | OPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" |
| | | export OPENDS_INVOKE_CLASS |
| | | |
| | |
| | | # Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | |
| | | |
| | | # This script may be used to perform LDAP add, delete, modify, and modify DN |
| | | # operations. |
| | | # This script may be used to perform operations with the global administration |
| | | # framework |
| | | OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" |
| | | export OPENDS_INVOKE_CLASS |
| | | |