93f0a23 ACL: Allow hosts to remove services they manage

2 files Authored by abbra 6 years ago, Committed by rcritten 6 years ago,
    ACL: Allow hosts to remove services they manage
    
    Allow hosts to delete services they own. This is an ACL that complements
    existing one that allows to create services on the same host.
    
    Add a test that creates a host and then attempts to create and delete a
    service using its own host keytab.
    
    Fixes: https://pagure.io/freeipa/issue/7486
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>