From 22d2e4dcb7dac5e1dc30d08f264689487b1e1823 Mon Sep 17 00:00:00 2001
From: ian.packer <ian.packer@forgerock.com>
Date: Fri, 24 Jun 2016 14:40:57 +0000
Subject: [PATCH] OPENDJ-1103 OPENDJ-1626 Remove the extra example from filter-template description to bypass ampersand problem
---
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml
index 3e46b2c..4ba1e61 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/LDAPPassThroughAuthenticationPolicyConfiguration.xml
@@ -384,9 +384,6 @@
An example use-case for this property would be to use a different attribute type
on the mapped search. For example, mapped-attribute could be set to "uid" and
filter-template to "(samAccountName=%s)".
-
- You can also use the filter to restrict search results.
- For example: "(&(uid=%s)(objectclass=student))"
</adm:description>
<adm:default-behavior>
<adm:undefined/>
--
Gitblit v1.10.0