From 3dceb1f43c4824eacfe6dc91373516f02a9fb19e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 06 Jun 2011 15:58:53 +0000
Subject: [PATCH] Draft chapter on performing LDAP operations. Some updates to other bits of doc reflecting things I found while writing the draft chapter.
---
opendj-sdk/opendj3/src/main/docbkx/shared/man-ldapmodify.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/shared/man-ldapmodify.xml b/opendj-sdk/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
index 7ab32db..ad2bd09 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/shared/man-ldapmodify.xml
@@ -49,6 +49,8 @@
<title>Description</title>
<para>This utility can be used to perform LDAP modify, add, delete, and
modify DN operations in the directory.</para>
+ <para>When not using a file to specify modifications, end your input with
+ EOF (Ctrl+D on UNIX, Ctrl+Z on Windows).</para>
</refsect1>
<refsect1>
<title>Options</title>
@@ -292,6 +294,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><replaceable>ldap-error</replaceable></term>
+ <listitem>
+ <para>An LDAP error occurred while processing the operation.</para>
+ <para>LDAP result codes are described in <link
+ xlink:href="http://tools.ietf.org/html/rfc4511#appendix-A">RFC
+ 4511</link>. Also see the additional information for details.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>89</term>
<listitem>
<para>An error occurred while parsing the command-line arguments.</para>
--
Gitblit v1.10.0