1834789 Members
2749 Online
110070 Solutions
New Discussion

gssapi on hpux

 
mango_1
Frequent Advisor

gssapi on hpux

hello all,
I was wondering if there is a native kerberos on hpux. I think solaris counterpart for the mit kerberos is the SEAM. Is there also a counterpart for HPUX? and is programming gssapi possible here?

thanks in advance. any help is much appreciated. :)

mango
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: gssapi on hpux

mango_1
Frequent Advisor

Re: gssapi on hpux

hi robert,

thanks for the info. :) I'll be looking into that one as well. But I was thinking of how to program kerberos gssapi on the hpux like which libraries is available. If somebody has done that? create a kerberized application. :)

thanks again!
Kiran Kumar M
Advisor

Re: gssapi on hpux

mango,

HP-UX has products called GSS-API and KRB5-Client respectively which let you write gss-api code with Kerberos backend. These are part of the base os in 11i, and they are part of the PAM-Kerberos bundle on 11.00

-Kiran