a9570e8 ipa-pwd-extop: expand error message to tell what user is not allowed to fetch keytab

1 file Authored by abbra 8 years ago, Committed by tbabej 8 years ago,
    ipa-pwd-extop: expand error message to tell what user is not allowed to fetch keytab
    
    When retrieving keytab, it is useful to know what user was attempting
    to fetch the keyts and failed. This is useful to debug one-way trust
    where SSSD forks out a process of ipa-getkeytab and it might be using
    a wrong credentials cache for authentication purposes.
    
    Part of https://fedorahosted.org/freeipa/ticket/4959
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>