]> git.sur5r.net Git - openldap/commitdiff
ITS#4238 don't hide syncrepl control from rootDSE
authorHoward Chu <hyc@openldap.org>
Thu, 15 Dec 2005 23:05:12 +0000 (23:05 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 15 Dec 2005 23:05:12 +0000 (23:05 +0000)
servers/slapd/overlays/syncprov.c

index c3809699e17f21004cc0d1be620760cdcbc1ca88..e15305542cb5868f5d41a75e1402356161999361 100644 (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,