On Mon, Oct 06, 2008 at 08:06:13PM +0100, Markus Moeller wrote: > I understand that you need to keep the sequencing and in my case it is the > case. Child 2 will always start after child 1 has finished. So there is a > clear flow order which is just handled by different processes, why I thought > I can re-export/re-import the context. Unfortunately it is an existing > application and not that easy to completely rewrite.
Yes, you can have child 1 re-export the security context, and then child 2 can import it. That will work. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
