adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

e585f17 Ticket 47704 - invalid sizelimits in aci group evaluation

1 file Authored by lkrispen 10 years ago, Committed by nhosoi 10 years ago,
    Ticket 47704 - invalid sizelimits in aci group evaluation
    
    Bug Description:  aci group evaluation fails because of sizelimit exceeded
    			but it is exceeded because it is -1476887876 or another
    			negative integer becasue operation parameter are a union
    			based on operation types and so for otehr than search
    			the value is dependent on the operation params
    
    Fix Description:   treat any negative integer like -1 (unlimited). A better fix
    			would be to introduce a specific configuration param or
    			to abondon the limit in group evaluation at all. But this
    			could introduce backward compatibility problems and
    			will be handled in ticket 47703 for newer versions
    
    https://fedorahosted.org/389/ticket/47704
    
    Reviewed by: Rich, thanks
    (cherry picked from commit 377266ebb2ff488aa3cc4b96990c002db7e6103e)