Regarding Credential Cache
Benjamin Kaduk
kaduk at MIT.EDU
Tue Jun 4 13:17:26 EDT 2013
On Thu, 30 May 2013, Mohit Aggrawal wrote:
> HI Ben,
>
> Createprocess() is succeeding for me in the find_server() function. The
> real issue in in
>
> *if (!status) {
> status = WaitForSingleObject(hEvent, (SECONDS_TO_WAIT)*1000);
> It is returning 258 means timeout
> status = RpcMgmtIsServerListening(ccs_request_IfHandle);*
> and above api is returning 1715 i.e. RPC_S_NOT_LISTENING
>
> in the debugger output I am getting the message as
> "The RPC server is unavailable."
>
> It looks to me that the server is not reachable .
>
> Also the krb5_cc_default is returning KRB5_FCC_INTERNAL
> which means "The name of the default credential cache cannot be obtained"
>
> Please let us know if we are missing any env variables for setting the
> credential cache.??
> or is there any difference in the way we use latest version (3) of CCAPI.
Hi Mohit,
I don't know of any other external requirements, and getting some time to
look through the code, don't see anything obvious there.
I fear you'll need to continue debugging the problem using standard
techniques, printf in both sides of the IPC, etc..
-Ben
More information about the krbdev
mailing list