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

svn commit: r1776661 - /directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext

Author: smckinney
Date: Fri Dec 30 23:22:45 2016
New Revision: 1776661

URL: http://svn.apache.org/viewvc?rev=1776661&view=rev
Log:
minor

Modified:
    directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext

Modified: directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext?rev=1776661&r1=1776660&r2=1776661&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/1.1-java-and-ldap.mdtext Fri Dec 30 23:22:45 2016
@@ -33,7 +33,7 @@ There are alternatives, like **JNDI**. B
 
 * **Bind** : used in **LDAP** to authenticate a user but creates an entry in **JNDI**
 * **Unbind** : closes the **LDAP** session in **LDAP** but deletes an entry in **JNDI**
-* **Compare **: is mapped to a search in **JNDI** while its proper usage is to compare to determine if a tageted attribute matches a particular value in **LDAP**. 
+* **Compare **: is mapped to a search in **JNDI** while its proper usage is to compare to determine if a tageted attribute value matches a particular value inside an **LDAP** entry. 
 * Various properties have to be set in **JNDI** in order to connect or tweak the **Search** operation, which is not convenient
 * **Attributes** are case sensitive by default in **JNDI** and not schema aware which is not compliant with LDAP standard.
 * **Name** in **JNDI** can't do a valid comparison in **JNDI**