9839276 Set a default minimum value for class Int, handle long values better.

Authored and Committed by rcritten 12 years ago
    Set a default minimum value for class Int, handle long values better.
    
    Allow a long to get as far as the min/max constraints where we can
    compare it to min/max int values and reject with a proper error message.
    
    https://fedorahosted.org/freeipa/ticket/1494
    
        
file modified
+34 -27