ITS#4238 don't hide syncrepl control from rootDSE

This commit is contained in:
Howard Chu 2005-12-15 23:05:12 +00:00
parent dd3d53fd85
commit 8a9761bc3f

View File

@ -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,