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 cache get initialized under same user using same Keyring (Persistent) cache.primary_principal raises Error: krb5_cc_get_principal: Credentials cache I/O operation failed
Hello,
When cache get initialized under same user using same Keyring (Persistent)
cache.primary_principal
raisesError: krb5_cc_get_principal: Credentials cache I/O operation failed
To reproduce, start 2 shells on the same host.
On Shell 1 and 2, run
Now on Shell 1 run
Run klist
It works as expected.
On Shell 2 run also
It works too, klist returns a new refreshed ticket.
But go back to Shell 1, and just retrieve prinipal from cache
Issue raised here https://github.com/domcleal/rkerberos/blob/master/ext/rkerberos/ccache.c#L171
So for now, we just don't use
primary_principal
attribute and everything goes well.Any idea for the why ? Is it expected ? Or something on MIT code ?
The text was updated successfully, but these errors were encountered: