Re: Fwd: Queries for Kerb Auth using Certificates and KCD for linux Reverse Proxy

2015-09-02 Thread Greg Hudson
On 09/01/2015 01:14 AM, Amit Thukral wrote: > Am getting numeric error code of 5, i.e. "Input/output error" from > following function in get_in_tkt.c > krb5int_get_init_creds (..) { > 1654code = init_creds_get(context, ctx, use_master); > (gdb) > 1655if (code != 0) > (gdb) p code >

Re: Fwd: Queries for Kerb Auth using Certificates and KCD for linux Reverse Proxy

2015-09-01 Thread Alan Braggins
On 01/09/15 16:32, Russ Allbery wrote: > Amit Thukral writes: > >> I am trying to implement kerberos authentication between clients and >> windows KDC using certificates. > >> The product on which this needs to be implemented is a linux based >> reverse proxy. [...] > If I'm understanding your pro

Re: Fwd: Queries for Kerb Auth using Certificates and KCD for linux Reverse Proxy

2015-09-01 Thread Amit Thukral
Hi Russ, Thanks for your response. yes, your understanding was right. I need to do this on reverse proxy. I have a certificate private key uploaded onto to the product (assuming this is required if this is to be achieved) and am already doing: krb5_get_init_creds_opt_set_pa(c, opts, "X509_user

Re: Fwd: Queries for Kerb Auth using Certificates and KCD for linux Reverse Proxy

2015-09-01 Thread Russ Allbery
Amit Thukral writes: > I am trying to implement kerberos authentication between clients and > windows KDC using certificates. > The product on which this needs to be implemented is a linux based > reverse proxy. > We have already integrated a MIT Kerberos libraries with it and are able > to aut

Fwd: Queries for Kerb Auth using Certificates and KCD for linux Reverse Proxy

2015-09-01 Thread Amit Thukral
Hi, I am trying to implement kerberos authentication between clients and windows KDC using certificates. The product on which this needs to be implemented is a linux based reverse proxy. We have already integrated a MIT Kerberos libraries with it and are able to authenticate clients with Windows K