From 5133f4340c33425a6a2cba4b8764d6e684b37da4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 27 Jun 2007 22:15:31 +0000
Subject: [PATCH] Add a new extended operation that can be used to interact with password policy state information for a user, including getting and setting various state variables (even those marked NO-USER-MODIFICATION, although these are typically intended for testing purposes only). Users will be required to have the password-reset privilege in order to be able to use this extended operation, and access control will also come into play.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 52d9ae1..0db5653 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -695,6 +695,15 @@
/**
+ * The OID for the password policy state extended operation (both the request
+ * and response types).
+ */
+ public static final String OID_PASSWORD_POLICY_STATE_EXTOP =
+ "1.3.6.1.4.1.26027.1.6.1";
+
+
+
+ /**
* The request OID for the StartTLS extended operation.
*/
public static final String OID_START_TLS_REQUEST = "1.3.6.1.4.1.1466.20037";
--
Gitblit v1.10.0