875 : Update ldifsearch to handle @ocname in requested attributes
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # |
| | | # Portions Copyright 2006 Sun Microsystems, Inc. |
| | | # Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | |
| | | |
| | | # This script may be used to perform searches in an LDIF file. |
| | |
| | | export SCRIPT_NAME_ARG |
| | | |
| | | SCRIPT_DIR=`dirname "${0}"` |
| | | "${SCRIPT_DIR}/_client-script.sh" "${@}" |
| | | "${SCRIPT_DIR}/_server-script.sh" "${@}" |
| | |
| | | rem CDDL HEADER END |
| | | rem |
| | | rem |
| | | rem Portions Copyright 2006 Sun Microsystems, Inc. |
| | | rem Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | |
| | | setlocal |
| | | |
| | | set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch" |
| | | set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldifsearch" |
| | | call "%~dP0\_client-script.bat" %* |
| | | call "%~dP0\_server-script.bat" %* |
| | | |