ldappasswordmodify revision 27f8adec83293fb8bd3bfa37175322b0ee3bb933
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#!/bin/sh
b187d568e1507d75139ebc13ca945b38fc05d55cstoddard#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Common Development and Distribution License, Version 1.0 only
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# (the "License"). You may not use this file except in compliance
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# with the License.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# You can obtain a copy of the license at
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# trunk/opends/resource/legal-notices/OpenDS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
1c6fb1e726ce22694de0e9a957adb67b929e5d4fstoddard# See the License for the specific language governing permissions
1c6fb1e726ce22694de0e9a957adb67b929e5d4fstoddard# and limitations under the License.
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard#
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# When distributing Covered Code, include this CDDL HEADER in each
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# file and include the License file at
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# add the following below this CDDL HEADER, with the fields enclosed
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# by brackets "[]" replaced with your own identifying information:
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj# Portions Copyright [yyyy] [name of copyright owner]
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# CDDL HEADER END
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# Portions Copyright 2006-2007 Sun Microsystems, Inc.
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard# This script may be used to perform LDAP password modify operations.
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddardOPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify"
10b386767f6c87b45937244371cb751f0b454d16wroweexport OPENDS_INVOKE_CLASS
10b386767f6c87b45937244371cb751f0b454d16wrowe
75960f20f88dad6bc67892c711c429946063d133stoddardSCRIPT_NAME="ldappasswordmodify"
75960f20f88dad6bc67892c711c429946063d133stoddardexport SCRIPT_NAME
75960f20f88dad6bc67892c711c429946063d133stoddard
75960f20f88dad6bc67892c711c429946063d133stoddardSCRIPT_DIR=`dirname "${0}"`
75960f20f88dad6bc67892c711c429946063d133stoddard"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
75960f20f88dad6bc67892c711c429946063d133stoddard