: $Workfile:   CreateLdapRepository.sh  $ $Revision:   1.0  $
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2002 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#

java -DEMPSECURITY=$EMPSECURITY -Djava.security.manager -Djava.library.path=$EMPSECURITY/lib com.sun.emp.security.tools.CreateLdapRepository $1 $2 $3

RET=$?
if test $RET -ne 0
then echo CreateLdapRepository command terminated with error
fi
exit $RET
