2605N/A# CDDL HEADER START
2605N/A#
2605N/A# The contents of this file are subject to the terms of the
2605N/A# Common Development and Distribution License, Version 1.0 only
2605N/A# (the "License"). You may not use this file except in compliance
2605N/A# with the License.
2605N/A#
6983N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A# or http://forgerock.org/license/CDDLv1.0.html.
2605N/A# See the License for the specific language governing permissions
2605N/A# and limitations under the License.
2605N/A#
2605N/A# When distributing Covered Code, include this CDDL HEADER in each
6983N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information:
2605N/A# Portions Copyright [yyyy] [name of copyright owner]
2605N/A#
2605N/A# CDDL HEADER END
2605N/A#
3215N/A# Copyright 2008 Sun Microsystems, Inc.
2605N/A#
2605N/A#
2605N/A# Default argument values. These arguments will be the
2605N/A# default values for all OpenDS client tools. Defaults
2605N/A# can be overridden on a per-client basis by prefixing
2605N/A# the argument name with the name of the client.
2605N/A# hostname=localhost
3853N/A# port=4444
2605N/A# bindDN=cn=directory manager
2605N/A
3853N/A# Default ldapcompare argument values. This overrides the
2605N/A# default value for the "port" argument defined above.
3853N/A# ldapcompare.port=389
3853N/A
3853N/A# Default ldapdelete argument values. This overrides the
3853N/A# default value for the "port" argument defined above.
3853N/A# ldapdelete.port=389
2605N/A
3853N/A# Default ldapmodify argument values. This overrides the
3853N/A# default value for the "port" argument defined above.
3853N/A# ldapmodify.port=389
2637N/A
3853N/A# Default ldappasswordmodify argument values. This overrides the
3853N/A# default value for the "port" argument defined above.
3853N/A# ldappasswordmodify.port=389
3853N/A
3853N/A# Default ldapsearch argument values. This overrides the
3853N/A# default value for the "port" argument defined above.
3853N/A# ldapsearch.port=389
3853N/A