]> git.sur5r.net Git - openldap/commitdiff
Cleanup
authorHoward Chu <hyc@openldap.org>
Tue, 4 Mar 2008 01:11:19 +0000 (01:11 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 4 Mar 2008 01:11:19 +0000 (01:11 +0000)
contrib/slapd-modules/autogroup/README

index f0aece38eb1cd96f9a544567050406bb5c06803b..51a2bb93cbf64d5af001fd90a91df4b2c73b1189 100644 (file)
@@ -1,10 +1,10 @@
 autogroup overlay Readme
 
 DESCRIPTION
-    The autogroup overlay allows automated updates of group membership which
-    meet the requirements of any filter contained in the group. The filters 
-    are build from the LDAP URI-valued attributes. Any time an object is
-    added/deleated/updated, it is tested for compilance with the filters,
+    The autogroup overlay allows automated updates of group memberships which
+    meet the requirements of any filter contained in the group definition.
+       The filters are built from LDAP URI-valued attributes. Any time an object
+       is added/deleted/updated, it is tested for compliance with the filters,
     and its membership is accordingly updated. For searches and compares
     it behaves like a static group.
 
@@ -27,7 +27,7 @@ CONFIGURATION
     # slapd.conf:
 
     moduleload /path/to/autogroup.so
-        Loads the overlay (OpenLDAP must be build with --enable-modules).
+        Loads the overlay (OpenLDAP must be built with --enable-modules).
 
     overlay autogroup
         This directive adds the autogroup overlay to the current database.