Re: What is the interaction for Kerberos in a proxy environment?

2017-03-22 Thread Joshua Schaeffer
On Tue, Mar 21, 2017 at 4:23 PM, chen dong wrote: > I am not sure that my statement is right here. If I am wrong, please > correct me. > > As Kerberos protocol works atop of TCP protocol. Kerberos protocol has its > own different implementation such MIT Kerberos. And on top of Kerberos, > there i

Hiring - Blockchain - Kerberos Engineer

2017-03-22 Thread Ivan Brightly
Hi, Vida Identity is hiring. We are a NYC based software company and have a blockchain-based PKI implementation that integrates with MIT Kerberos. Please contact us if interested. You can apply directly to our Stack Overflow ad here: http://stackoverflow.com/jobs/138435/software-engineer-empha

Iterate over server credentials

2017-03-22 Thread Dylan Klomparens
Hello, I'm writing a program that accepts Kerberos authentication using the GSSAPI. The program acquires credentials using gss_acquire_cred_from() with a keytab specified, and this is working properly. The keytab has multiple principals stored in it. I want to output all the principals that were a

Re: Iterate over server credentials

2017-03-22 Thread Benjamin Kaduk
On Wed, Mar 22, 2017 at 03:48:21PM -0400, Dylan Klomparens wrote: > Hello, > > I'm writing a program that accepts Kerberos authentication using the > GSSAPI. The program acquires credentials using gss_acquire_cred_from() with > a keytab specified, and this is working properly. The keytab has multi