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 2017/01/02 14:33:40 UTC

svn commit: r1776943 - /directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext

Author: smckinney
Date: Mon Jan  2 14:33:39 2017
New Revision: 1776943

URL: http://svn.apache.org/viewvc?rev=1776943&view=rev
Log:
nit

Modified:
    directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext

Modified: directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext?rev=1776943&r1=1776942&r2=1776943&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/5-ldap-security.mdtext Mon Jan  2 14:33:39 2017
@@ -24,7 +24,7 @@ Notice: Licensed to the Apache Software
 
 # 5 - LDAP Security
 
-LDAP databases store critical information that must be kept secure and the Apache LDAP API can be used to access it a secure way while in flight.  It can't protect the data while at rest -- that's for the database system itself to do.
+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.
 
 Generally speaking when it comes to securing a system, we are addressing the three **A**s:
 * Authentication