orion / freeipa

Forked from freeipa 5 years ago
Clone

95bb8d0 Fix overlapping cn param/option issue, pass cn as aciname in find

2 files Authored by rcritten 12 years ago, Committed by mkosek 12 years ago,
    Fix overlapping cn param/option issue, pass cn as aciname in find
    
    permission-find --name wasn't working for two reasons. The first
    was that the cn to search on in options ended up overlapping the
    primary key name causing the request to fail.
    
    The second reason was aci uses aciname, not cn, as its name field.
    So searching on --name matched everything because it was as if you
    were searching on nothing.
    
    https://fedorahosted.org/freeipa/ticket/2320
    
        
file modified
+7 -0