From 6eefb031578c50ac12f4420f6b4103d6728be34b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 22 Mar 2012 09:42:32 +0000
Subject: [PATCH] Review comments from Ludovic
---
opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml b/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
index 10b80f3..c4bfb09 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
@@ -911,7 +911,12 @@
again after the reset.</para>
<para>If you want your application to change a user's password, rather
than reset a user's password, have your application request the password
- change as the user whose password is changing.</para>
+ change as the user whose password is changing. To change the password as
+ the user, either bind as the user or use proxied authorization. For
+ instructions on the latter, see the section on <link
+ xlink:href="admin-guide#proxied-authz"
+ xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Configuring
+ Proxied Authorization</citetitle></link>.</para>
</tip>
<para>You could also accomplish password reset with the following command,
--
Gitblit v1.10.0