8d00d7c Enforce sizelimit in permission-find, post_callback returns truncated

11 files Authored by rcritten 11 years ago, Committed by mkosek 11 years ago,
    Enforce sizelimit in permission-find, post_callback returns truncated
    
    We actually perform two searches in permission-find. The first looks
    for matches within the permission object itself. The second looks at
    matches in the underlying aci.
    
    We need to break out in two places. The first is if we find enough
    matches in the permission itself. The second when we are appending
    matches from acis.
    
    The post_callback() definition needed to be modified to return
    the truncated value so a plugin author can modify that value.
    
    https://fedorahosted.org/freeipa/ticket/2322
    
        
file modified
+3 -3
file modified
+3 -1
file modified
+1 -0
file modified
+3 -1
file modified
+2 -1
file modified
+16 -2
file modified
+2 -0
file modified
+2 -1
file modified
+2 -1