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 2017/01/14 08:05:34 UTC

svn commit: r1004868 - in /websites/staging/directory/trunk/content: ./ api/user-guide/5-ldap-security.html

Author: buildbot
Date: Sat Jan 14 08:05:34 2017
New Revision: 1004868

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 14 08:05:34 2017
@@ -1 +1 @@
-1778725
+1778726

Modified: websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html Sat Jan 14 08:05:34 2017
@@ -184,7 +184,7 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="5-ldap-security">5 - LDAP Security<a class="headerlink" href="#5-ldap-security" title="Permanent link">&para;</a></h1>
-<p>LDAP databases store critical information that must be kept secure.  The Apache LDAP API can access the data securely while in flight but can't protect it while at rest -- that's for the database system itself to do.</p>
+<p><strong>LDAP</strong> databases store critical information that must be kept secure.  The <strong>Apache LDAP API</strong> can access the data securely while in flight but can't protect it while at rest -- that's for the database system itself to do.</p>
 <p>Generally speaking when it comes to securing a system, we are addressing the three <strong>A</strong>s:
 <em> Authentication
 </em> Authorization
@@ -193,7 +193,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Another aspect of security is encryption:
 - securing the communication between the client and the server
 - password hash</p>
-<p>Last, but not least, we have seen how to perform a simple bind to an <strong>LDAP</strong> server using a name and a password.  There are other ways to bind, using <strong>SASL</strong>. We will also explain how to use certificates in SSL/StartTLS.</p>
+<p>Last, but not least, we have seen how to perform a simple bind to an <strong>LDAP</strong> server using a name and a password.  There are other ways to bind, using <strong>SASL</strong>. We will also explain how to use certificates in <strong>SSL/StartTLS</strong>.</p>
 <h2 id="contents">Contents<a class="headerlink" href="#contents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="5.1-ldaps.html">5.1 - LDAPS</a></li>