Skip to content
Snippets Groups Projects
Select Git revision
0 results

ipahost.py

  • Thomas Woerner's avatar
    abf0cc32
    ipahost: Set allow_empty_string for auth_ind · abf0cc32
    Thomas Woerner authored
    The parameter auth_ind is allowing to use "" to reset to the default
    value.
    
    The new check in params_get is not allowing to use empty strings in lists,
    therefore allow_empty_string=True had to be added to the call.
    
    A test has been added to verify that the empty strings are supported and
    working.
    abf0cc32
    History
    ipahost: Set allow_empty_string for auth_ind
    Thomas Woerner authored
    The parameter auth_ind is allowing to use "" to reset to the default
    value.
    
    The new check in params_get is not allowing to use empty strings in lists,
    therefore allow_empty_string=True had to be added to the call.
    
    A test has been added to verify that the empty strings are supported and
    working.