orion / freeipa

Forked from freeipa 5 years ago
Clone

b9dc569 WebUI: make keytab tables on service and host pages writable

2 files Authored by pvomacka 6 years ago, Committed by cheimes 6 years ago,
    WebUI: make keytab tables on service and host pages writable
    
    There is no object class before adding the first item into tables,
    therefore there are no ACI and WebUI is not able to figure out
    whether table is writable or not. Adding flag 'w_if_no_aci'
    tells "make it writable even if we have not ACIs and try to do
    the API call.
    
    https://pagure.io/freeipa/issue/7111
    
    Reviewed-By: Felipe Volpone <fbarreto@redhat.com>