From e1288c214819d97b3d47508cfbbf9f60825807fa 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
---
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml b/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
index c308333..b75f274 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
+++ b/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