tools.properties revision 66b665fac6215b07ef71fd7876590d4c0143e739
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# CDDL HEADER START
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# The contents of this file are subject to the terms of the
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Common Development and Distribution License, Version 1.0 only
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# (the "License"). You may not use this file except in compliance
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# with the License.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# You can obtain a copy of the license at
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# trunk/opends/resource/legal-notices/OpenDS.LICENSE
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# See the License for the specific language governing permissions
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# and limitations under the License.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# When distributing Covered Code, include this CDDL HEADER in each
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# file and include the License file at
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# add the following below this CDDL HEADER, with the fields enclosed
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# by brackets "[]" replaced with your own identifying information:
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Portions Copyright [yyyy] [name of copyright owner]
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# CDDL HEADER END
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Portions Copyright 2007 Sun Microsystems, Inc.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# This file contains the primary Directory Server configuration. It must not
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# be directly edited while the server is online. The server configuration
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# should only be managed using the administration utilities provided with the
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Directory Server.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Default argument values. These arguments will be the
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# default values for all OpenDS client tools. Defaults
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# can be overridden on a per-client basis by prefixing
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# the argument name with the name of the client.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# hostname=localhost
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# port=389
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# bindDN=cn=directory manager
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# useSSL=false
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# useStartTLS=false
66b665fac6215b07ef71fd7876590d4c0143e739lutoff
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Default dsconfig argument values. This overrides the
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# default value for the "port" argument defined above.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# dsconfig.port=1389
66b665fac6215b07ef71fd7876590d4c0143e739lutoff
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Default dsframework argument values. This overrides
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# the default value for the "port" argument defined
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# above.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# dsframework.port=1389