43d5ac6 Ticket 48636 - Fix config validation check

Authored and Committed by mreynolds 7 years ago
    Ticket 48636 - Fix config validation check
    
    Bug Description: We were previous checking if an unsigfned int was less than zero
    
    Fix Description:  Improve config validation by using long instead of PRUint64
    
    https://fedorahosted.org/389/ticket/48636
    
    Reviewed by: nhosoi(Thanks!)