From: Quanah Gibson-Mount Date: Mon, 14 Apr 2008 21:11:17 +0000 (+0000) Subject: Cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~101 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a27f966bf2f4438f79d01386f2c6fe751690f4c;p=openldap Cleanup --- diff --git a/contrib/slapd-modules/autogroup/README b/contrib/slapd-modules/autogroup/README index f0aece38eb..51a2bb93cb 100644 --- a/contrib/slapd-modules/autogroup/README +++ b/contrib/slapd-modules/autogroup/README @@ -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.