You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2016/12/30 23:22:50 UTC

svn commit: r1003794 - in /websites/staging/directory/trunk/content: ./ api/user-guide/1.1-java-and-ldap.html

Author: buildbot
Date: Fri Dec 30 23:22:50 2016
New Revision: 1003794

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 30 23:22:50 2016
@@ -1 +1 @@
-1776658
+1776661

Modified: websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html Fri Dec 30 23:22:50 2016
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li><strong>Bind</strong> : used in <strong>LDAP</strong> to authenticate a user but creates an entry in <strong>JNDI</strong></li>
 <li><strong>Unbind</strong> : closes the <strong>LDAP</strong> session in <strong>LDAP</strong> but deletes an entry in <strong>JNDI</strong></li>
-<li><strong>Compare </strong>: is mapped to a search in <strong>JNDI</strong> while its proper usage is to compare to determine if a tageted attribute matches a particular value in <strong>LDAP</strong>. </li>
+<li><strong>Compare </strong>: is mapped to a search in <strong>JNDI</strong> while its proper usage is to compare to determine if a tageted attribute value matches a particular value inside an <strong>LDAP</strong> entry. </li>
 <li>Various properties have to be set in <strong>JNDI</strong> in order to connect or tweak the <strong>Search</strong> operation, which is not convenient</li>
 <li><strong>Attributes</strong> are case sensitive by default in <strong>JNDI</strong> and not schema aware which is not compliant with LDAP standard.</li>
 <li><strong>Name</strong> in <strong>JNDI</strong> can't do a valid comparison in <strong>JNDI</strong></li>