[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need a way to get the kdc timeout
9 jun 2008 kl. 05.10 skrev Andrew Bartlett:
> In Samba4, we have a 'send_to_kdc' plugin that we register.
>
> However this code reads the context->kdc_timeout to know how long to
> spend in an loop waiting for replies. However, we want to build
> using a
> OS-supplied version of Heimdal, so don't want to know the internal
> structure of that krb5_context.
Since the timeout will be required for all send_to_kdc plugins, maybe
we just should change the function signature to include the timeout ?
Love