From b6f2e8969a47e03de8087aebaa7876d3a53c0ac2 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 16 Jul 2012 11:30:35 +0000
Subject: [PATCH] Typos spotted thanks to Danny Turner
---
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
index c308333..b75f274 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
@@ -78,7 +78,7 @@
--bindDN "cn=Directory Manager"
--bindPassword password
--handler-name "LDAP Connection Handler"
- --set enable:false
+ --set enabled:false
--trustAll
--no-prompt
$ dsconfig
@@ -88,7 +88,7 @@
--bindDN "cn=Directory Manager"
--bindPassword password
--handler-name "LDAP Connection Handler"
- --set enable:true
+ --set enabled:true
--trustAll
--no-prompt</screen>
</step>
@@ -288,7 +288,7 @@
--bindDN "cn=Directory Manager"
--bindPassword password
--handler-name "LDAPS Connection Handler"
- --set enable:false
+ --set enabled:false
--trustAll
--no-prompt
$ dsconfig
@@ -298,7 +298,7 @@
--bindDN "cn=Directory Manager"
--bindPassword password
--handler-name "LDAPS Connection Handler"
- --set enable:true
+ --set enabled:true
--trustAll
--no-prompt</screen>
</step>
--
Gitblit v1.10.0