mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
ITS#4238 don't hide syncrepl control from rootDSE
This commit is contained in:
parent
dd3d53fd85
commit
8a9761bc3f
1 changed files with 1 additions and 1 deletions
|
|
@ -2550,7 +2550,7 @@ syncprov_initialize()
|
|||
int rc;
|
||||
|
||||
rc = register_supported_control( LDAP_CONTROL_SYNC,
|
||||
SLAP_CTRL_HIDE|SLAP_CTRL_SEARCH, NULL,
|
||||
SLAP_CTRL_SEARCH, NULL,
|
||||
syncprov_parseCtrl, &slap_cids.sc_LDAPsync );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue