From 258951ecec5c5c6af08da341a60b124007270298 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Thu, 03 May 2007 20:13:58 +0000
Subject: [PATCH] This is a checkin for Issue #311 "CRYPT Storage Scheme Support". This code was contributed externally by java.net user bdamm.
---
opendj-sdk/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java b/opendj-sdk/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
index 29dd7e4..2aaac17 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
@@ -191,6 +191,14 @@
/**
+ * The password storage scheme name that will be used for passwords stored in
+ * a UNIX crypt representation.
+ */
+ public static final String STORAGE_SCHEME_NAME_CRYPT = "CRYPT";
+
+
+
+ /**
* The string that will appear before the name of the password storage scheme
* in an encoded password.
*/
--
Gitblit v1.10.0