Re: [Perlgssapi-users] Ws-Security
Brought to you by:
achimgrolms
From: Massimiliano M. <mas...@ce...> - 2006-10-17 07:39:24
|
Hi, On Tuesday 17 October 2006, alle 07:56, David Leonard wrote: > I've not tried these, but they might do what you want? > > GSSAPI::Context::export(context, token) > GSSAPI::Context::import(class, context, token) Seems to be. From the manpage: The gss_export_sec_context() deactivates the security context for the calling process and creates an interprocess token which, when passed to gss_import_sec_context() in another process, will re-activate the context in the second process. [...] The ability to transfer a security context is indicated when the context is created, by gss_init_sec_context() or gss_accept_sec_context() setting the GSS_C_TRANS_FLAG bit in their ret_flags parameter. I'll try with these two functions. :-) -- Massimiliano Masi http://www.comunidelchianti.it/~max |