From 61e7a954621222af9e2a41950b9b8c2a756779ee Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 24 Jul 2012 12:24:33 +0000
Subject: [PATCH] Review suggestion from Danny Turner

---
 opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml
index 7534ebd..64d37ae 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011 ForgeRock AS
+  !      Copyright 2011-2012 ForgeRock AS
   !    
 -->
 <chapter xml:id='chap-attribute-uniqueness'
@@ -88,8 +88,8 @@
  --bindPassword password
  --plugin-name "UID Unique Attribute"
  --set enabled:true
- --add base-dn:dc=example,dc=com
- --add base-dn:dc=example,dc=org
+ --add base-dn:ou=people,dc=example,dc=com
+ --add base-dn:ou=people,dc=example,dc=org
  --trustAll
  --no-prompt</screen>
   </step>

--
Gitblit v1.10.0