[Cosign-discuss] programattic access to cosign

2011-10-10 Thread Liam Hoekenga
I know there's been some discussion about using the cURL command line to allow a shell script to programatically access a cosign protected resource. We have a need to interact with some cosign protected webservices via perl (on the command line). Has anyone got suggestions, or code they can

Re: [Cosign-discuss] programattic access to cosign

2011-10-10 Thread Chris Hecker
I asked a similar question a couple months ago for doing this from a service with a keytab, and the best approach seemed to be to set up a parallel mod_authn_krb5+cosign mapping to the resource, and then talk to that using code, since the negotiate auth protocol looks pretty simple (since you won't

Re: [Cosign-discuss] programattic access to cosign

2011-10-10 Thread Mark Montague
On October 10, 2011 11:19 , Chris Hecker wrote: > I asked a similar question a couple months ago for doing this from a > service with a keytab, and the best approach seemed to be to set up a > parallel mod_authn_krb5+cosign mapping to the resource, and then talk > to that using code, since the