mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
wait until syncprov freezes
This commit is contained in:
parent
1bb93ae084
commit
27529430a6
1 changed files with 2 additions and 0 deletions
|
|
@ -676,12 +676,14 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f )
|
|||
* TODO: introduce appropriate entryCSN filtering
|
||||
* to support syncrepl as producer...
|
||||
*/
|
||||
#if 0 /* wait until syncprov.c freezes */
|
||||
if ( bsi->bsi_op->o_sync_mode & SLAP_SYNC_PERSIST ) {
|
||||
/* unsupported at present... */
|
||||
bsi->bsi_status = LDAP_OTHER;
|
||||
rc = -1;
|
||||
goto done;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
} else if ( ad == slap_schema.si_ad_hasSubordinates || ad == NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue