On 02/22/2014 02:57 PM, Peter Mogensen wrote: > This works fine with a MEMORY ccache to hold til tickets. > But since you can only provide 1 ccache to the libkrb5 API that also > means the service1 has to do an AS-REQ for a TGT to put in that MEMORY > ccached for every request. [...] > Is there a way to do what I'm looking for?
Can you make a master ccache with the TGT and then copy it (with krb5_cc_copy_creds) to another ccache for each client? ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
