ldappasswordmodify revision 8cf870d281dc8c242f083d14dfef05f24aa5fcee
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# CDDL HEADER START
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# The contents of this file are subject to the terms of the
4840e920f9caeeacae35fc902b0fe720ee0e8dcbJonathan von Schroeder# Common Development and Distribution License, Version 1.0 only
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# (the "License"). You may not use this file except in compliance
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# with the License.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# or http://forgerock.org/license/CDDLv1.0.html.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# See the License for the specific language governing permissions
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# and limitations under the License.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# When distributing Covered Code, include this CDDL HEADER in each
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# file and include the License file at legal-notices/CDDLv1_0.txt.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# If applicable, add the following below this CDDL HEADER, with the
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# fields enclosed by brackets "[]" replaced with your own identifying
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# Portions Copyright [yyyy] [name of copyright owner]
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# CDDL HEADER END
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# Copyright 2006-2008 Sun Microsystems, Inc.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# Portions Copyright 2011 ForgeRock AS
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von Schroeder# This script may be used to perform LDAP password modify operations.
6ad9bcb1be234d475541a44c750ecf6f57294dceJonathan von SchroederOPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify"
"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"