73fc155 domain-level agnostic keytab retrieval in httpinstance

2 files Authored by mbabinsk 7 years ago, Committed by jcholast 7 years ago,
    domain-level agnostic keytab retrieval in httpinstance
    
    apache keytab is now retrieved using the same method in both domain levels.
    The difference lies in the authentication scheme used to retrieve service
    keytab:
    
      * in DL0 passed in DM credentials are used
      * in DL1 GSSAPI is used
    
    https://fedorahosted.org/freeipa/ticket/6405
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>