]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/frontend.c
unifdef -DSLAP_ACL_HONOR_DISCLOSE
[openldap] / servers / slapd / frontend.c
index a7796565bfd3ae623ff290215508c7c13eaa8d06..dd27a9d5cf1be4b3410b1fe1047cf383c658eec9 100644 (file)
@@ -119,11 +119,9 @@ frontend_init( void )
        frontendDB->bd_info->bi_entry_get_rw = fe_entry_get_rw;
        frontendDB->bd_info->bi_entry_release_rw = fe_entry_release_rw;
 #endif
-#ifdef SLAP_OVERLAY_ACCESS
        frontendDB->bd_info->bi_access_allowed = fe_access_allowed;
        frontendDB->bd_info->bi_acl_group = fe_acl_group;
        frontendDB->bd_info->bi_acl_attribute = fe_acl_attribute;
-#endif /* SLAP_OVERLAY_ACCESS */
 
 #if 0
        /* FIXME: is this too early? */