From 3b5cedf8d3069f56711e632e29ec901ceed885ff Mon Sep 17 00:00:00 2001
From: Manuel Gaupp <m.gaupp@scanplus.de>
Date: Tue, 11 Jun 2013 14:15:01 +0000
Subject: [PATCH] Fix issue OPENDJ-962: Subject Attr To User Attr Cert Mapper has wrong default configuration (Admin Guide)

---
 opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 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 2641682..5706032 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
@@ -1643,8 +1643,8 @@
       <para>Looks for a match between an attribute of the certificate subject
       and an attribute of the entry (default: match <literal>cn</literal> in
       the certificate to <literal>cn</literal> on the entry, or match
-      <literal>e</literal> in the certificate to <literal>mail</literal> on
-      the entry).</para>
+      <literal>emailAddress</literal> in the certificate to
+      <literal>mail</literal> on the entry).</para>
      </listitem>
     </varlistentry>
 

--
Gitblit v1.10.0