summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Derrick Brashear <shadow@dementix.org>2003-05-30 14:28:54 -0400
committerGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2012-11-24 18:13:15 -0500
commitcb2ecb7ec8cd0885c06ecf4e4f1104ae1dc6f7cf (patch)
tree0104126e90fe991cec8dfe922e864d3edb1c0f0d /lib
parent5c362db8305068a22e5e00915c7e2139d3a3f904 (diff)
server: avoid blocking in tkt_lookup()
tkt_lookup() is supposed to quickly obtain a ticket for a foreign realm if we already have a usable one, and quickly fail otherwise. Sending a request to a KDC and waiting for a response, as krb5_get_credentials() may do, defeats the purpose of tkt_retrieve() retrying failed requests in the background. So, use krb5_cc_retrieve_cred() instead. Extracted from Andrew zephyr/063
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions