-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting RenewTickets does not respect existing cache file settings #268
Comments
That's certainly odd. The Kerberos.NET/Kerberos.NET/Client/KerberosClient.cs Lines 686 to 709 in ddc0f27
Kerberos.NET/Kerberos.NET/Client/KerberosClient.cs Lines 712 to 726 in ddc0f27
|
I recently did an overhaul of how the client instantiates the cache. Can you see if this repros for you anymore? |
Setting
RenewTickets
seems to "forget" cache configuration of the client and revert back to default cache location. Code used:after the last line runs, the cache is no longer pointing to what is specified in
options.CacheFile
.The text was updated successfully, but these errors were encountered: