Re: GSS-API error gss_accept_sec_context: Request ticket server HTTP/ not found in keytab

2022-11-14 Thread Kerberos Enthusiast
nd matching HTTP/**krbsite.krb.local@* It seems file based keytab is not updated for every kerberos authentication call. Is the gss_acquire_cred_from() call still required to call krb5_gss_register_acceptor_identity or not ? Thanks, On Sat, 12 Nov 2022 at 00:14, Greg Hudson wrote: > On 11/11/22 10:33,

Re: GSS-API error gss_accept_sec_context: Request ticket server HTTP/ not found in keytab

2022-11-11 Thread Kerberos Enthusiast
o be a single global keytab file used by the krb5 library. Can we use any other gss_api to maintain the local context of the keytab file and send this keytab for every authentication request? Thanks, On Fri, 11 Nov 2022 at 19:20, Kerberos Enthusiast < kerberos.enthusi...@gmail.com> wrote:

GSS-API error gss_accept_sec_context: Request ticket server HTTP/ not found in keytab

2022-11-11 Thread Kerberos Enthusiast
Hello Kerberos, I am trying to make a windows client authenticate with an authentication server(using AD machine for KDC) to access multiple services. There is a multiple keytab file per authentication server. But I'm facing this error below, while this does not occur every time, it occurred