3ba19a3 Make options checks in idrange-add/mod consistent

2 files Authored by tbabej 11 years ago, Committed by mkosek 11 years ago,
    Make options checks in idrange-add/mod consistent
    
    Both now enforce the following checks:
      - dom_sid and secondary_rid_base cannot be used together
      - rid_base must be used together if dom_rid is set
      - secondary_rid_base and rid_base must be used together
        if dom_rid is not set
    
    Unit test for third check has been added.
    
    http://fedorahosted.org/freeipa/ticket/3170
    
        
file modified
+46 -16