From b7e376675458612e6f0934949e6d5a4e165658f4 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 07 Jun 2011 10:38:08 +0000
Subject: [PATCH] Fix OpenDJ-188: Change of ~/.opends to ~/.opendj directory for tools.properties should be documented

---
 opendj3/src/main/docbkx/shared/man-ldapmodify.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
index ad2bd09..122760b 100644
--- a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
+++ b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
@@ -311,6 +311,21 @@
    </variablelist>
  </refsect1>
  <refsect1>
+  <title>Files</title>
+  <para>You can use <filename>~/.opendj/tools.properties</filename> to set
+  the defaults for bind DN, host name, and port number as in the following
+  example.</para>
+  <programlisting language="java">hostname=directory.example.com
+port=1389
+bindDN=uid=kvaughan,ou=People,dc=example,dc=com
+
+ldapcompare.port=1389
+ldapdelete.port=1389
+ldapmodify.port=1389
+ldappasswordmodify.port=1389
+ldapsearch.port=1389</programlisting>
+ </refsect1>
+ <refsect1>
   <title>Examples</title>
   <para>The following example demonstrates use of the command to add an entry
   to the directory.</para>

--
Gitblit v1.10.0