]> git.sur5r.net Git - openldap/commitdiff
Sync with MR flags in slap.h
authorHoward Chu <hyc@openldap.org>
Wed, 26 Feb 2003 08:40:33 +0000 (08:40 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 26 Feb 2003 08:40:33 +0000 (08:40 +0000)
servers/slapd/back-ldap/group.c
servers/slapd/back-meta/group.c

index ca1e11c1181657853525307228b16d4e0aaa7529..199ead103aa31add76f8c66389e677ade1ca0667 100644 (file)
@@ -82,7 +82,7 @@ ldap_back_group(
                         * attribute has not been required
                         */
                        if ((attr = attr_find(target->e_attrs, group_at)) != NULL) {
-                               if( value_find_ex( group_at, SLAP_MR_VALUE_NORMALIZED_MATCH,
+                               if( value_find_ex( group_at, SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH,
                                        attr->a_vals, op_ndn ) != LDAP_SUCCESS )
                                        return(1);
                                return(0);
index 632a72448938d7e3dce450bca568a9ca520bea2f..fa868b7d11a6191bdf378e14917e7dd1e218927e 100644 (file)
@@ -145,7 +145,7 @@ meta_back_group(
                        attr = attr_find( target->e_attrs, group_at );
                        if ( attr != NULL ) {
                                rc = value_find_ex( group_at,
-                                       SLAP_MR_VALUE_SYNTAX_CONVERTED_MATCH,
+                                       SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH,
                                        attr->a_vals, op_ndn );
                                if ( rc != LDAP_SUCCESS ) {
                                        return 1;