You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/02/26 13:40:08 UTC

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

Author: seelmann
Date: Sun Feb 26 13:40:08 2017
New Revision: 1784442

URL: http://svn.apache.org/viewvc?rev=1784442&view=rev
Log:
Typo

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=1784442&r1=1784441&r2=1784442&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 Sun Feb 26 13:40:08 2017
@@ -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 value matches a particular value inside an **LDAP** entry. 
+* **Compare **: is mapped to a search in **JNDI** while its proper usage is to compare to determine if a targeted 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**