tools.properties revision 3853
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER START
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# The contents of this file are subject to the terms of the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Common Development and Distribution License, Version 1.0 only
acb4f5236966c2b680b949c1eda826948b24fc23Mark Andrews# (the "License"). You may not use this file except in compliance
689023771c563d8660e45d439a207e06e96de28fMark Andrews# with the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You can obtain a copy of the license at
689023771c563d8660e45d439a207e06e96de28fMark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE
689023771c563d8660e45d439a207e06e96de28fMark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# See the License for the specific language governing permissions
689023771c563d8660e45d439a207e06e96de28fMark Andrews# and limitations under the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
689023771c563d8660e45d439a207e06e96de28fMark Andrews# file and include the License file at
689023771c563d8660e45d439a207e06e96de28fMark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
689023771c563d8660e45d439a207e06e96de28fMark Andrews# add the following below this CDDL HEADER, with the fields enclosed
689023771c563d8660e45d439a207e06e96de28fMark Andrews# by brackets "[]" replaced with your own identifying information:
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# Portions Copyright [yyyy] [name of copyright owner]
689023771c563d8660e45d439a207e06e96de28fMark Andrews# CDDL HEADER END
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Copyright 2008 Sun Microsystems, Inc.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Default argument values. These arguments will be the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# default values for all OpenDS client tools. Defaults
689023771c563d8660e45d439a207e06e96de28fMark Andrews# can be overridden on a per-client basis by prefixing
689023771c563d8660e45d439a207e06e96de28fMark Andrews# the argument name with the name of the client.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# hostname=localhost
689023771c563d8660e45d439a207e06e96de28fMark Andrews# bindDN=cn=directory manager
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Default ldapcompare argument values. This overrides the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# default value for the "port" argument defined above.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Default ldapdelete argument values. This overrides the
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# default value for the "port" argument defined above.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Default ldapmodify argument values. This overrides the
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# default value for the "port" argument defined above.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Default ldappasswordmodify argument values. This overrides the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# default value for the "port" argument defined above.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Default ldapsearch argument values. This overrides the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# default value for the "port" argument defined above.