encode-password revision 8cf870d281dc8c242f083d14dfef05f24aa5fcee
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# CDDL HEADER START
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# The contents of this file are subject to the terms of the
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# Common Development and Distribution License, Version 1.0 only
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# (the "License"). You may not use this file except in compliance
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# with the License.
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# See the License for the specific language governing permissions
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# and limitations under the License.
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# When distributing Covered Code, include this CDDL HEADER in each
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# file and include the License file at legal-notices/CDDLv1_0.txt.
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# If applicable, add the following below this CDDL HEADER, with the
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# fields enclosed by brackets "[]" replaced with your own identifying
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# information:
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# Portions Copyright [yyyy] [name of copyright owner]
0ca46ac5a61f0a757ca72f469fdbb1859c3fa490Wyllys Ingersoll# CDDL HEADER END
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# Copyright 2006-2008 Sun Microsystems, Inc.
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# Portions Copyright 2011 ForgeRock AS
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# This script may be used to encode clear-text passwords or verify whether a
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys# given clear-text password matches a provided encoded password.
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllysOPENDJ_INVOKE_CLASS="org.opends.server.tools.EncodePassword"
0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02bwyllys"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"