Memory Callback support in GSSAPI

2009-11-11 Thread Manoj Mohan
Hi, In order to ensure that server side code for Single-Sign-On runs can run on multiple processes, I wanted to find out if there any available APIs to register memory callback functions for malloc/realloc/free. Right now I can see that when I call functions like

SSPI API to get tokensize for client and server

2008-01-28 Thread Manoj Mohan
Hi, Right now I am calling InitializeSecurityContext and AcceptSecurityContext with fixed token size (4096) and things are working. I was wondering if I can call QueryContextAttributes or some other function to get the right value rather than using a fixed value? For example, I am using using

How to retrieve src_name in SSPI

2008-01-22 Thread Manoj Mohan
Hi, In GSSAPI we call gss_accept_sec_context on server side which also gives us the client name as an output. For example, maj_stat = gss_accept_sec_context(min_stat, context_handle, verifier_cred_handle,

Question regarding remote KDC

2007-12-06 Thread Manoj Mohan
Hi, I am running KDC on linux and my client server program appears to be working fine. However, when I attempted to use a remote client, my connection hangs. My kinit worked fine, but I think when I requested the TGT for service principal.. that request is not reaching KDC. Any pointers?

gss_accept_sec_context

2007-11-02 Thread Manoj Mohan
Hi, I am new to kerberos world.. so forgive my noviceness I have a KDC running on linux and my client server are also on linux.. After registering the user principals and service principals when client is connecting to server, I can see from the klist that the service ticket is generated