You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/04/05 19:36:18 UTC

svn commit: r1465058 - /directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext

Author: elecharny
Date: Fri Apr  5 17:36:18 2013
New Revision: 1465058

URL: http://svn.apache.org/r1465058
Log:
Fixed some typoes and formating

Modified:
    directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext

Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext?rev=1465058&r1=1465057&r2=1465058&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext (original)
+++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext Fri Apr  5 17:36:18 2013
@@ -24,9 +24,9 @@ Notice: Licensed to the Apache Software 
 
 # 4.1.2.2 SASL PLAIN Authentication
 
-The **PLAIN** authentication is most certainly useless, as one can already authenticate using the Simple Bind. However, it's still possible to issue a SASL PLAIN authentication on _ApacheDS_.
+The **SASL PLAIN** authentication is most certainly useless, as one can already authenticate using the **Simple Bind**. However, it's still possible to issue a **SASL PLAIN** authentication on _ApacheDS_.
 
-The difference with a Simple Bind is that the user's name is not  **DN**, but a meaningful value that is stored into one of the user's entry Attributes.
+The difference with a **Simple Bind** is that the user's name is not  **DN**, but a meaningful value that is stored into one of the user's entry Attributes.
 
 When the server receives a **SASL PLAIN** bind request, it will look for the first entry which **uid** is equal to the provided value, starting from the server **searchBaseDN** position in the DIT.