From 93a5c2c6d0c5e2acc2fd59618af6537af33f99f7 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.

---
 opendj-sdk/opends/resource/config/config.ldif |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index 59a1c70..927836c 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/opendj-sdk/opends/resource/config/config.ldif
@@ -406,6 +406,13 @@
 ds-cfg-extended-operation-handler-enabled: true
 ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 
+dn: cn=Password Policy State,cn=Extended Operations,cn=config
+objectClass: top
+objectCLass: ds-cfg-extended-operation-handler
+cn: Password Policy State
+ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordPolicyStateExtendedOperation
+ds-cfg-extended-operation-handler-enabled: true
+
 dn: cn=StartTLS,cn=Extended Operations,cn=config
 objectClass: top
 objectClass: ds-cfg-extended-operation-handler

--
Gitblit v1.10.0