if ( opContext.getSession().getDirectoryService().isAccessControlEnabled() )
{
return cursor;
}
cursor.addEntryFilter( new EntryFilter()
{
public boolean accept( SearchingOperationContext operation, ClonedServerEntry entry ) throws Exception
{
return DefaultAuthorizationInterceptor.this.isSearchable( operation, entry );
}