#ifdef LDAP_SYNCREPL
if ( op->o_bd->syncinfo ) {
- defref = op->o_bd->syncinfo->master_bv;
+ defref = op->o_bd->syncinfo->masteruri;
} else
#endif
{
BerVarray defref = NULL;
#ifdef LDAP_SYNCREPL
if ( op->o_bd->syncinfo ) {
- defref = op->o_bd->syncinfo->master_bv;
+ defref = op->o_bd->syncinfo->masteruri;
} else
#endif
{
BerVarray defref = NULL;
#ifdef LDAP_SYNCREPL
if ( op->o_bd->syncinfo ) {
- defref = op->o_bd->syncinfo->master_bv;
+ defref = op->o_bd->syncinfo->masteruri;
} else
#endif
{
BerVarray defref = NULL;
#ifdef LDAP_SYNCREPL
if ( op->o_bd->syncinfo ) {
- defref = op->o_bd->syncinfo->master_bv;
+ defref = op->o_bd->syncinfo->masteruri;
} else
#endif
{
BerVarray defref = NULL;
#ifdef LDAP_SYNCREPL
if ( op->o_bd->syncinfo ) {
- defref = op->o_bd->syncinfo->master_bv;
+ defref = op->o_bd->syncinfo->masteruri;
} else
#endif
{
void *ctx;
int id;
char *masteruri;
- struct berval *master_bv;
- char *mastername;
- int masterport;
int type;
struct berval updatedn;
char *binddn;
int scope;
int deref;
int slimit;
- int tlimit;
+ int tlimit;
Filter *filter;
char *filterstr;
char **attrs;