From 7b91669da9737af20f3f44ed861a691ee5712c38 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 07 Jun 2010 09:07:09 +0000
Subject: [PATCH] Fix for issue #4556 - Make sure the skipValidationForAdministrators password policy flag applies identically for the ldap modify and password modify extended ops. Also tidy some comments and line length issues, failing the precommit target.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 75f5e0d..fc6c8db 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2276,7 +2276,7 @@
/**
- * The OID for the Permissive Modify control, defined and used by MSAD
+ * The OID for the Permissive Modify control, defined and used by MSAD.
*/
public static final String OID_PERMISSIVE_MODIFY_CONTROL =
"1.2.840.113556.1.4.1413";
--
Gitblit v1.10.0