[Freeipa-devel] [PATCH] 303 Add range safety check for range_mod and range_del

Martin Kosek mkosek at redhat.com
Thu Sep 6 18:34:45 UTC 2012


On Thu, 2012-09-06 at 17:55 +0200, Sumit Bose wrote:
> On Wed, Sep 05, 2012 at 05:13:41PM +0200, Martin Kosek wrote:
> > range_mod and range_del command could easily create objects with
> > ID which is suddenly out of specified range. This could cause issues
> > in trust scenarios where range objects are used for computation of
> > remote IDs.
> > 
> > Add validator for both commands to check if there is any object with
> > ID in the range which would become out-of-range as a pre_callback.
> > Also add unit tests testing this new validator.
> > 
> > https://fedorahosted.org/freeipa/ticket/2919
> 
> ACK
> 
> bye,
> Sumit
> 

Thanks for the review. Pushed to master, ipa-3-0.

Martin




More information about the Freeipa-devel mailing list