You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by lu...@apache.org on 2015/02/14 19:09:06 UTC

svn commit: r1659830 - /directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext

Author: lucastheisen
Date: Sat Feb 14 18:09:06 2015
New Revision: 1659830

URL: http://svn.apache.org/r1659830
Log:
added documentation for using filter builder with ldapconnectiontemplate

Modified:
    directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext

Modified: directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext?rev=1659830&r1=1659829&r2=1659830&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/2.10-ldap-connection-template.mdtext Sat Feb 14 18:09:06 2015
@@ -215,7 +215,7 @@ It is also natural to pair the search fu
             SearchScope.ONELEVEL,
             muppetEntryMapper );
 
-This has the added benefit of ensuring that your search filter has been property encoded per [RFC4515 section 3](https://tools.ietf.org/html/rfc4515.html#section-3).
+This has the added benefit of ensuring that your search filter has been property encoded per [RFC4515 section 3](https://tools.ietf.org/html/rfc4515.html#section-3).  For more information, see [Filter Builder](/api/user-guide/2.11-filter-builder.html).
 
 
 Providing Simplified, Password Policy Aware, Authentication/Password Modification Methods