9c19dd3 schema: do not validate unrequested params in command_defaults

Authored and Committed by jcholast 7 years ago
    schema: do not validate unrequested params in command_defaults
    
    Request specific params when getting the defaults instead of getting
    defaults for all params and filtering the result.
    
    This fixes command_defaults failing with validation errors on unrequested
    params.
    
    https://fedorahosted.org/freeipa/ticket/4739
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    
        
file modified
+5 -3
file modified
+1 -2