3259998 Turn Kerberos-related properties to Service class members

9 files Authored by mbabinsk 7 years ago, Committed by jcholast 7 years ago,
    Turn Kerberos-related properties to Service class members
    
    The Service class now accepts keytab path and service name part of Kerberos
    principal as members. Kerberos principal is turned into a property computed
    from service prefix, FQDN and realm. the handling of Kerberos principals and
    keytabs in service installers was changed to use class members instead of
    copy-pasted constants. This shall aid in the future refactoring of
    principal/keytab handling code.
    
    https://fedorahosted.org/freeipa/ticket/6392
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+10 -11
file modified
+20 -2