mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
Allow updating (ADD/DEL within a single modify operation) the index
configuration of an attribute (ITS#5521)
This commit is contained in:
parent
0304049dfc
commit
c8fcb58fbb
@ -292,6 +292,7 @@ bdb_attr_index_config(
|
||||
b->ai_indexmask = b->ai_newmask;
|
||||
b->ai_newmask = a->ai_newmask;
|
||||
ch_free( a );
|
||||
rc = 0;
|
||||
continue;
|
||||
}
|
||||
fprintf( stderr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user