From 488d4a7290c1d3a12275c33e62acc576f81980cb Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 08 Aug 2014 10:20:57 +0000 Subject: [PATCH] CR-4216 Fix for OPENDJ-1513: SDK xxxrate tools port exhaustion when using re-binded connections --- src/main/docbkx/dev-guide/man-authrate.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/docbkx/dev-guide/man-authrate.xml b/src/main/docbkx/dev-guide/man-authrate.xml index 5ab634f..90bcfca 100644 --- a/src/main/docbkx/dev-guide/man-authrate.xml +++ b/src/main/docbkx/dev-guide/man-authrate.xml @@ -28,7 +28,8 @@ version='5.0' xml:lang='en' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://docbook.org/ns/docbook - http://docbook.org/xml/5.0/xsd/docbook.xsd'> + http://docbook.org/xml/5.0/xsd/docbook.xsd' + xmlns:xinclude='http://www.w3.org/2001/XInclude'> <info><copyright><year>2011-2014</year><holder>ForgeRock AS</holder></copyright></info> <refmeta> <refentrytitle>authrate</refentrytitle><manvolnum>1</manvolnum> @@ -57,6 +58,8 @@ bind DN by specifying the base DN and a filter. The retrieved entry DN will be appended as the last argument in the argument list when evaluating format strings.</para> + + <xinclude:include href="../shared/informalexample-net-tweaks.xml" /> </refsect1> <refsect1> <title>Options</title> -- Gitblit v1.10.0