You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to impersonate the user which has been selected as impersonation
credential, MIT krb5 returns error:
GSSX_RES_ACQUIRE_CRED( status: { 851968 { 1 2 840 113554 1 2 2 } 2529638928
"Unspecified GSS failure. Minor code may provide more information" "KDC has no
support for padata type" [ ] } output_cred_handle: <Null> )
An attempt to impersonate oneself is not allowed. Also, it is likely not even
necessary: If we can get impersonation credentials from credstores, we can at
least try to short circuit and get actual user credentials the same way.
With this patch it becomes possible to delegate the acquisition of e.g. cifs
mount credentials from cifs.upcall into gssproxy and use the host identity
(e.g. HOSTNAME$@realm of AD) while it is also being selected as impersonation
credential due to the order of keys in the keytab.
Signed-off-by: Michael Weiser <[email protected]>
0 commit comments