Re: How to get Kerberos token for proxy authentication

2024-06-04 Thread Simo Sorce
On Tue, 2024-06-04 at 12:31 +, m_a_n_j_u_...@yahoo.com wrote: > Hi again, > > I am looking at the implementing this (getting Kerberos service > token) in C using Heimdal Kerberos library. > > In Golang using this go package https://github.com/alexbrainman/sspi > it was simply two calls as bel

Re: How to get Kerberos token for proxy authentication

2024-06-04 Thread Ken Hornstein via Kerberos
> Hi again, I am looking at the implementing this (getting Kerberos >service token) in C using Heimdal Kerberos library. In Golang using >this go package https://github.com/alexbrainman/sspi it was simply two >calls as below: > >cred=negotiate.AcquireCurrentCredentials()token = >negotiate.NewClien

Re: How to get Kerberos token for proxy authentication

2024-06-04 Thread m_a_n_j_u_s_k--- via Kerberos
Hi again, I am looking at the implementing this (getting Kerberos service token) in C using Heimdal Kerberos library. In Golang using this go package https://github.com/alexbrainman/sspi it was simply two calls as below: cred=negotiate.AcquireCurrentCredentials()token = negotiate.NewClientCont

Re: How to get Kerberos token for proxy authentication

2024-03-24 Thread m_a_n_j_u_s_k--- via Kerberos
Thank you. Yes, as suggested here, I am looking into using ether MIT or Heimdal Kerberos implementation. On Friday, 22 March 2024 at 10:05:38 GMT, Simo Sorce wrote: On Thu, 2024-03-21 at 11:24 -0400, Thomas Kula wrote: > On Wed, Mar 20, 2024 at 11:33:16AM -0400, Ken Hornstein via Kerb

Re: Kerberos token

2024-03-24 Thread m_a_n_j_u_s_k--- via Kerberos
, I have an application that authenticates against a Proxy server >which user Kerberos authentication scheme.  My application is using SSPI >library (github/alexbrainman/sspi Golang package to be exact) generate >a kerberos token and this token is passed to the Proxy server through >Proxy-

Re: Kerberos token

2024-03-22 Thread Ken Hornstein via Kerberos
>Hi, I have an application that authenticates against a Proxy server >which user Kerberos authentication scheme. My application is using SSPI >library (github/alexbrainman/sspi Golang package to be exact) generate >a kerberos token and this token is passed to the Proxy server th

Kerberos token

2024-03-22 Thread m_a_n_j_u_s_k--- via Kerberos
Hi, I have an application that authenticates against a Proxy server which user Kerberos authentication scheme. My application is using SSPI library (github/alexbrainman/sspi Golang package to be exact) generate a kerberos token and this token is passed to the Proxy server through Proxy

Re: How to get Kerberos token for proxy authentication

2024-03-22 Thread Simo Sorce
On Thu, 2024-03-21 at 11:24 -0400, Thomas Kula wrote: > On Wed, Mar 20, 2024 at 11:33:16AM -0400, Ken Hornstein via Kerberos wrote: > > > Thanks again Ken. My application is written in Go. So I'm looking > > > for Kerberos implementation that can be easily integrated with my > > > application. Hen

Re: How to get Kerberos token for proxy authentication

2024-03-21 Thread Ken Hornstein via Kerberos
>Are you familiar with https://github.com/jcmturner/gokrb5? I've used it >in the past with some experiments in some Go code I was working on, I >wasn't touching GSSAPI but there's at least some GSSAPI code in there. >Might be worth checking out as it's native Go code, no cgo wrapping. I would caut

Re: How to get Kerberos token for proxy authentication

2024-03-21 Thread Thomas Kula
On Wed, Mar 20, 2024 at 11:33:16AM -0400, Ken Hornstein via Kerberos wrote: > >Thanks again Ken. My application is written in Go. So I'm looking > >for Kerberos implementation that can be easily integrated with my > >application. Hence I  was considering MIT Kerberos and using C bindings > >to cal

Re: How to get Kerberos token for proxy authentication

2024-03-20 Thread Ken Hornstein via Kerberos
>Thanks again Ken. My application is written in Go. So I'm looking >for Kerberos implementation that can be easily integrated with my >application. Hence I  was considering MIT Kerberos and using C bindings >to call those APIs from my Go code. "MacOS X it might be easier to use >the native GSSAPI

Re: How to get Kerberos token for proxy authentication

2024-03-20 Thread m_a_n_j_u_s_k--- via Kerberos
Thanks again Ken. My application is written in Go. So I'm looking for Kerberos implementation that can be easily integrated with my application. Hence I  was considering MIT Kerberos and using C bindings to call those APIs from my Go code. "MacOS X it might be easier to use the native GSSAPI impl

Re: How to get Kerberos token for proxy authentication

2024-03-19 Thread Ken Hornstein via Kerberos
>Thanks Ken,I understand I need to use GSSAPI for Linux/MacOS >platforms. I was wondering if I can use MIT Kerberos GSSAPI for the >same. Does libcurl use MIT Kerberos gssapi ? Yes my proxy header would >look exactly like you mentioned. Thank-you. You should be able to use the MIT Kerberos GSSAPI

Re: How to get Kerberos token for proxy authentication

2024-03-19 Thread m_a_n_j_u_s_k--- via Kerberos
Thanks Ken,I understand I need to use GSSAPI for Linux/MacOS platforms. I was wondering if I can use MIT Kerberos GSSAPI for the same. Does libcurl use MIT Kerberos gssapi ? Yes my proxy header would look exactly like you mentioned. Thank-you. Yahoo Mail: Search, organise, conquer On Mon, 1

Re: How to get Kerberos token for proxy authentication

2024-03-17 Thread Ken Hornstein via Kerberos
>Hi, I have a requirement to authenticate my application >(Golang)  against a proxy server which requires Kerberos >authentication. I have achieved this on Windows using >github/alexbrainman/sspi Golang package.From that package I >basically call  negotiate.AcquireCurrentUserCredentials() and >neg

How to get Kerberos token for proxy authentication

2024-03-16 Thread manju k via Kerberos
Hi, I have a requirement to authenticate my application (Golang)  against a proxy server which requires Kerberos authentication. I have achieved this on Windows using github/alexbrainman/sspi Golang package.From that package I basically call   negotiate.AcquireCurrentUserCredentials() and negotia

Help Needed for Kerberos token retrieval using GSS API

2010-06-08 Thread Aditya
Hello Sir, I am not sure whether this is correct forum or not but.. Can you please let me know that how can I write JDK 1.6 program to retrieve Kerberos token of the logged in user? I am very new to this technology. After reading few articles I am not able to understand, how I can do it at

Re: Impact of "MS AD Kerberos token size" change

2010-05-14 Thread Douglas E. Engert
dev-boun...@mit.edu >> To: kerbe...@mit.edu ; krb...@mit.edu >> Sent: Thu Apr 29 07:30:52 2010 >> Subject: Impact of "MS AD Kerberos token size" change >> >> Is MIT kerberos implementation dependent on Microsoft AD Kerberos Token Size >> ?

Re: Impact of "MS AD Kerberos token size" change

2010-05-14 Thread saggar
b...@mit.edu > Sent: Thu Apr 29 07:30:52 2010 > Subject: Impact of "MS AD Kerberos token size" change > > Is MIT kerberos implementation dependent on Microsoft AD Kerberos Token Size > ?  If a user changes the default size from 12K to 64K . does it needs a >

Re: Impact of "MS AD Kerberos token size" change

2010-05-13 Thread Sunil Saggar
Thanks JC I would like to understand the impact of kerberos token size and how MIT library is not impacted by it. will appreciate any code_pointers/documentation. -S On Thu, Apr 29, 2010 at 5:13 PM, JC Ferguson wrote: > I have found the change not necessary in the MIT library. I'

Re: Impact of "MS AD Kerberos token size" change

2010-04-29 Thread JC Ferguson
D Kerberos token size" change Is MIT kerberos implementation dependent on Microsoft AD Kerberos Token Size ? If a user changes the default size from 12K to 64K . does it needs a change in kerberos also ? -- Regards Sunil Saggar ___ krbd

Impact of "MS AD Kerberos token size" change

2010-04-29 Thread Sunil Saggar
Is MIT kerberos implementation dependent on Microsoft AD Kerberos Token Size ? If a user changes the default size from 12K to 64K . does it needs a change in kerberos also ? -- Regards Sunil Saggar Kerberos mailing list Kerberos@mit.edu