Replies: 4 comments
-
What's the content of those? |
Beta Was this translation helpful? Give feedback.
-
I cannot say how they're creating the caches, but these are the results: SQLCMD - multiple ccaches
================
|
Beta Was this translation helpful? Give feedback.
-
Interesting. |
Beta Was this translation helpful? Give feedback.
-
I'll follow up with the vendors on these. If I get some time, I'll try setting this up a host with sssd-kcm. ~f |
Beta Was this translation helpful? Give feedback.
-
For the most part, with a conventional GSS-PROXY client setup (only using gssproxy-managed ccaches w/no user kinit'ing) the user ccache (KCM:${uid}:N) looks good. I only see one encrypted blob in there.
I'm using kcm, by the way (not ssd-kcm, a 3rd-party vendor's implementation).
For two client programs however, I see strange user ccache behaviour:
for the MS SQL client (version 18.1), every time I run "sqlcmd" TWO user ccaches are generated (KCM:12345:1 & KCM:12345:2 the first time, KCM:12345:3 & KCM:12345:4 the next time, etc). The gssproxy ticket cache has the expected service ticket and it does not get replaced with each execution.
Every time I execute curl(1), I get a new encrypted blob "ticket" in the existing user ccache. Again, the service tickets look fine in the gssproxy ticket cache.
Has this been seen with other client programs? Are they just misbehaving in some easily understood way? I want to bring this up to the software providers directly, but I would feel a bit better if I could give them a clue about what, if anything, they're doing wrong.
~f
Beta Was this translation helpful? Give feedback.
All reactions