80cbdda Server Roles: public API for server roles

3 files Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
    Server Roles: public API for server roles
    
    This patch implements the `serverroles` API plugin which introduces the
    following commands:
    
        * server-role-show SERVER ROLE: show status of a single role on a server
        * server-role-find [--server SERVER [--role SERVROLE [--status=STATUS]]]:
          find role(s) SERVROLE and return their status on IPA
          masters. If --server option is given, the query is limited to this
          server. --status options filters the output by status [enabled vs.
          configurer vs. absent]
    
    https://fedorahosted.org/freeipa/ticket/5181
    http://www.freeipa.org/page/V4/Server_Roles
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
    
        
file modified
+25 -0
file modified
+2 -2