mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

sin
01.19.2007 9006e993df0eef78ced65d451a490025d27f6456
875 : Update ldifsearch to handle @ocname in requested attributes
2 files modified
8 ■■■■ changed files
opends/resource/bin/ldifsearch 4 ●●●● patch | view | raw | blame | history
opends/resource/bin/ldifsearch.bat 4 ●●●● patch | view | raw | blame | history
opends/resource/bin/ldifsearch
@@ -23,7 +23,7 @@
# 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.
@@ -34,4 +34,4 @@
export SCRIPT_NAME_ARG
SCRIPT_DIR=`dirname "${0}"`
"${SCRIPT_DIR}/_client-script.sh" "${@}"
"${SCRIPT_DIR}/_server-script.sh" "${@}"
opends/resource/bin/ldifsearch.bat
@@ -23,11 +23,11 @@
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" %*