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

Martijn Faassen faassen at infrae.com
Mon Sep 25 12:40:03 EDT 2006


Log message for revision 70377:
  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:35:03 UTC (rev 70376)
+++ ldappas/trunk/src/ldappas/README.txt	2006-09-25 16:40:03 UTC (rev 70377)
@@ -127,15 +127,15 @@
   True
 
 When dealing with security settings, only the prinipal id is stored. To
-retrieve the principal object, the pluggable autnetication utility uses the
-authenticator'a ``principalInfo(id)`` method to extract further details.
+retrieve the principal object, the pluggable authetication utility uses the
+authenticator's ``principalInfo(id)`` method to extract further details.
 
 If the id is not in this plugin, return nothing.   
 
   >>> auth.idAttribute = 'uid'   
   >>> auth.searchBase = 'dc=test'
   >>> auth.principalInfo('42') is None   
-  True   
+  True
 
 Otherwise return the info if we have it.   
 



More information about the Checkins mailing list