X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fslapd-modules%2Fautogroup%2Fautogroup.c;h=57100b144ad0a5da089821e5ae8533b3575cd3dc;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=4ed42ce70827ce3abd43f81876faa22645a4a158;hpb=dfca54e0c8acd481ad13edee010fde0808019975;p=openldap diff --git a/contrib/slapd-modules/autogroup/autogroup.c b/contrib/slapd-modules/autogroup/autogroup.c index 4ed42ce708..57100b144a 100644 --- a/contrib/slapd-modules/autogroup/autogroup.c +++ b/contrib/slapd-modules/autogroup/autogroup.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2007-2015 The OpenLDAP Foundation. + * Copyright 2007-2018 The OpenLDAP Foundation. * Portions Copyright 2007 Michał Szulczyński. * Portions Copyright 2009 Howard Chu. * All rights reserved. @@ -581,7 +581,7 @@ autogroup_add_members_from_filter( Operation *op, Entry *e, autogroup_entry_t *a /* ** Adds a group to the internal list from the passed entry. -** scan specifies whether to add all maching members to the group. +** scan specifies whether to add all matching members to the group. ** modify specifies whether to modify the given group entry (when modify == 0), ** or to modify the group entry in the database (when modify == 1 and e = NULL and ndn != NULL). ** agi - pointer to the groups and the attribute definitions @@ -1167,8 +1167,8 @@ autogroup_response( Operation *op, SlapReply *rs ) } /* For each group: - 1. check if the orginal entry's DN is in the group. - 2. chceck if the any of the group filter's base DN is a suffix of the new DN + 1. check if the original entry's DN is in the group. + 2. check if the any of the group filter's base DN is a suffix of the new DN If 1 and 2 are both false, we do nothing. If 1 and 2 is true, we remove the old DN from the group, and add the new DN. @@ -1193,7 +1193,7 @@ autogroup_response( Operation *op, SlapReply *rs ) } if ( age->age_modrdn_olddnmodified ) { - /* Resquest already marked this group to be updated */ + /* Request already marked this group to be updated */ is_olddn = 1; is_value_refresh = 1; age->age_modrdn_olddnmodified = 0; @@ -1508,7 +1508,7 @@ autogroup_memberOf_filter( Filter *f, BerValue *dn, AttributeDescription *member } /* -** When modifing a group, we must deny any modifications to the member attribute, +** When modifying a group, we must deny any modifications to the member attribute, ** because the group would be inconsistent. */ static int