ad34510 WebUI: don't change casing of Auth Indicators values

2 files Authored by pvomacka 7 years ago, Committed by dkupka 7 years ago,
    WebUI: don't change casing of Auth Indicators values
    
    All values were previously converted to lowercase which was not
    coresponding with CLI behaviour. Now they stay as they are
    inserted. I also have to change the strings to lowercase because
    the otp and radius should be inserted as lowercase words.
    
    https://fedorahosted.org/freeipa/ticket/6308
    
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>