[krbdev.mit.edu #8718] krb5_get_credentials incorrectly matches user to user ticket
Todd Lubin via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Wed Aug 1 09:59:44 EDT 2018
It seems like there is no way to instruct krb5_get_credentials not to use a
cached user-to-user ticket for a particular service principal.
When you pass in KRB5_GC_USER_USER, there is care taken to ensure only a
user-to-user ticket is selected. However, the lack of that flag doesn't
prevent a user-to-user ticket from being selected from the cache.
It seems like either:
1) the lack of KRB5_GC_USER_USER should only match standard tickets
2) there should be some other flag introduced to express this desire
More information about the krb5-bugs
mailing list