From eeb4d431833e580d0c77117ec3707c19dd6a8141 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Mon, 28 Mar 2011 09:14:41 +0000
Subject: [PATCH] Update README for the OpenIDM Password Sync plugin stub, as it was missing the last step

---
 opends/experimental/openidm-pwsync-plugin/README |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/opends/experimental/openidm-pwsync-plugin/README b/opends/experimental/openidm-pwsync-plugin/README
index 3c1bf72..4baac03 100644
--- a/opends/experimental/openidm-pwsync-plugin/README
+++ b/opends/experimental/openidm-pwsync-plugin/README
@@ -48,4 +48,18 @@
  msgID=1049147 msg=Loaded extension from file 
 '/Volumes/Space/Tests/ODJidm/lib/extensions/
 openidm-account-status-notification-handler.jar'
-(build <unknown>, revision <unknown>)
\ No newline at end of file
+(build <unknown>, revision <unknown>)
+
+  9. The plugin must be referenced in the Password Policy enforced for the
+     users for which the password changes must be captured. This is most
+     likely the "Default Password Policy"
+
+     $ dsconfig set-password-policy-prop \
+      --policy-name "Default Password Policy" \
+      --set "account-status-notification-handler:OpenIDM Notification Handler" \
+      --hostname localhost \
+      --port 4444 \
+      --bindDN cn=Directory\ Manager \
+      --bindPassword <your_password> \
+      -n -X
+

--
Gitblit v1.10.0