mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Sync with MR flags in slap.h
This commit is contained in:
parent
dd66e6e929
commit
64be098f28
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user