version 1.56.2.3, 2005/01/20 18:04:04
|
version 1.56.2.4, 2005/01/28 17:29:50
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.56.2.2 2004/12/31 11:03:59 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.56.2.3 2005/01/20 18:04:04 kurt Exp $ */ |
/* syncprov.c - syncrepl provider */ |
/* syncprov.c - syncrepl provider */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
Line 2012 syncprov_db_open(
|
Line 2012 syncprov_db_open(
|
Attribute *a; |
Attribute *a; |
int rc; |
int rc; |
|
|
|
rc = overlay_register_control( be, LDAP_CONTROL_SYNC ); |
|
if ( rc ) { |
|
return rc; |
|
} |
|
|
connection_fake_init( &conn, op, thrctx ); |
connection_fake_init( &conn, op, thrctx ); |
op->o_bd = be; |
op->o_bd = be; |
op->o_dn = be->be_rootdn; |
op->o_dn = be->be_rootdn; |