Skip to content

The purpose of Encrypted/Credentials/v1@X-GSSPROXY: #97

Answered by simo5
yghorbal asked this question in Q&A
Discussion options

You must be logged in to vote
* The first one is this rather mysterious/surprising `Encrypted/Credentials/v1@X-GSSPROXY:` ticket(s) that gets added to the users' default kerberos cache:

[..]
=> What are those for and how do they fit in the grand schema of things?

GSS-Proxy is used for privilege separation, however we do not want to litter the filesystem with expired ccaches and we want to leave the user in control of cacches, to that a kdestroy will allways work.
Therefore we encrypt the actual ticket in the system keytab (or a random key if a ketab is not available) and we place it back into the user's ccache as a special entry.
This way the user can manage the credential, but can't use it directly.

I guess that …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@yghorbal
Comment options

Answer selected by simo5
Comment options

You must be logged in to vote
1 reply
@yghorbal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #96 on April 22, 2024 13:20.