From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.
---
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
index d637001..ebb32d4 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2009 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<adm:managed-object name="password-policy"
plural-name="password-policies" package="org.opends.server.admin.std"
@@ -228,7 +229,7 @@
<adm:property name="force-change-on-add">
<adm:synopsis>
Indicates whether users are forced to change their passwords
- upon first authenticating to the Directory Server after their
+ upon first authenticating to the directory server after their
account has been created.
</adm:synopsis>
<adm:default-behavior>
@@ -521,7 +522,7 @@
</adm:property>
<adm:property name="expire-passwords-without-warning">
<adm:synopsis>
- Indicates whether the Directory Server allows a user's
+ Indicates whether the directory server allows a user's
password to expire even if that user has never seen an expiration
warning notification.
</adm:synopsis>
@@ -708,7 +709,7 @@
password policy.
</adm:synopsis>
<adm:description>
- This attribute type must be defined in the Directory Server schema
+ This attribute type must be defined in the directory server schema
and must either be defined as an operational attribute or must be
allowed by the set of objectClasses for all users with the
associated password policy.
--
Gitblit v1.10.0