Re: Hi All,

2020-05-27 Thread Ming Zhi
Thanks for your great suggestion, it solves my problem! On Wed, May 27, 2020 at 6:01 AM Greg Hudson wrote: > On 5/26/20 2:54 AM, Ming Zhi wrote: > > But with GSSAPI, I cannot find an official way to set the hook between > the > > `context' creation and the start of kdc traffic, as is done in a s

Re: Hi All,

2020-05-26 Thread Greg Hudson
On 5/26/20 2:54 AM, Ming Zhi wrote: > But with GSSAPI, I cannot find an official way to set the hook between the > `context' creation and the start of kdc traffic, as is done in a single > function `gss_init_sec_context'. The worst situation is that I need to get > hands dirty to change the source

Hi All,

2020-05-26 Thread Ming Zhi
I have met a development issue about the kerberos's GSSAPI. The krb5 library has a `send hook' support as is done in `krb5_set_kdc_send_hook'. This is very useful for me, in a project where the network traffic is restricted to a single TCP connection, which is shared between different clients by m