Permission denied in replay cache code

Sam Hartman hartmans at MIT.EDU
Fri Sep 27 16:58:05 EDT 2002


>>>>> "Rick" == Rick  <mail at url.worldwidedns.net> writes:

    Rick> I'm using the GSS-API in an application server I wrote and
    Rick> periodically get the message "Permission denied in replay
    Rick> cache code".  It appears to be the result of a failed call
    Rick> to gss_acquire_cred().

    Rick> I can't find any information on what the replay cache is,
    Rick> how it works.  Does anyone have any idea why I'm getting
    Rick> this error?

It's used to make sure that a request that the system has already
received isn't duplicated.  It generally lives in /var/tmp and takes
the form rc_host_0 or or rc_servicename_uid




More information about the Kerberos mailing list