mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
ITS#4238 don't hide syncrepl control from rootDSE
This commit is contained in:
parent
dd3d53fd85
commit
8a9761bc3f
@ -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 New Issue
Block a user