[Checkins] SVN: ldappas/trunk/src/ldappas/README.txt More typo fixes.

Martijn Faassen faassen at infrae.com
Mon Sep 25 12:41:49 EDT 2006


Log message for revision 70378:
  More typo fixes.
  

Changed:
  U   ldappas/trunk/src/ldappas/README.txt

-=-
Modified: ldappas/trunk/src/ldappas/README.txt
===================================================================
--- ldappas/trunk/src/ldappas/README.txt	2006-09-25 16:40:03 UTC (rev 70377)
+++ ldappas/trunk/src/ldappas/README.txt	2006-09-25 16:41:48 UTC (rev 70378)
@@ -146,8 +146,9 @@
   (PrincipalInfo('ldap.42'), u'ok', u'the question', u'the question')
 
 In user interfaces, you commonly want to search through the available
-principals for managment purposes. The authentication plugin provides an API
-for searching through the principals. An empty search returns everything.
+principals for management purposes. The authentication plugin provides
+an API for searching through the principals. An empty search returns
+everything.
 
   >>> auth.search({})
   [u'ldap.1', u'ldap.2', u'ldap.42']
@@ -172,10 +173,10 @@
   [u'ldap.1', u'ldap.2']
 
 
-Integration with the Pluggable Authenitcation Utility
+Integration with the Pluggable Authentication Utility
 -----------------------------------------------------
 
-Now that we have see how the LDAP authenication plugin behaves autonomously,
+Now that we have seen how the LDAP authentication plugin behaves autonomously,
 let's have a brief look on how the plugin behaves inside the authentication
 utility. The first step is to register the LDAP authentication plugin as an
 authenticator utility:



More information about the Checkins mailing list