Thank you for the replies.

I get an GSS: error: "The token was a duplicate of an earlier token" and 
debugging on the client shows that it received seq 0 but expected 1.  So I 
need to dig a bit further what my server processes do. Is the following OK :

client <-> server main process establishes context -> export_context
client <-> child 1 import_context -> unwrap + wrap (seq 0) -> 
export_context
client <-> child 2 import_context -> unwrap + wrap (seq 1)-> cleanup

Markus

"Nicolas Williams" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Sun, Oct 05, 2008 at 12:51:11PM +0100, Markus Moeller wrote:
>> I  have an application which initializes the security context in one 
>> process
>> does some gss_wrap/gss_unwrap calls and then exports the context to hand 
>> it
>> over to another process which imports the context and continues the
>> gss_wrap/gss_unwrap.  Would the second process restart sequencing at 0 or
>> continuing from where the context was exported ?
>
> The latter is what should happen.
>
> Nico
> -- 
> ________________________________________________
> Kerberos mailing list           [email protected]
> https://mailman.mit.edu/mailman/listinfo/kerberos
> 


________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to