Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

How to use func (*Ticket) Connect? #4

Open
GP4cK opened this issue Jul 2, 2015 · 0 comments
Open

How to use func (*Ticket) Connect? #4

GP4cK opened this issue Jul 2, 2015 · 0 comments

Comments

@GP4cK
Copy link

GP4cK commented Jul 2, 2015

Hello everyone,

So I have a SOAP API with which I would like to communicate over HTTP.
I already managed to get a ticket-granting ticket (TGT) from the Key Distribution Center (KDC) thanks to the code in issue #1.
According to Kerberos specs, I should use this TGT to get a service ticket and communicate with the API, right? I guess func (t *Ticket) Connect(rw io.ReadWriter, flags int) (gssrw io.ReadWriter, err error) is the function I want to use. However, I just simply don't know what should I use for the rw parameter...

If anyone could help me on this, I would really appreciate.
Thanks for the great work BTW.

Cheers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant