Operating System - HP-UX
1834298 Members
1923 Online
110066 Solutions
New Discussion

Re: Need Kerberos API name

 
Hiro Lalwani
Occasional Contributor

Need Kerberos API name

Hi All,

1,I need the Kerberos API, that will help to read the /etc/krb5.conf (Kerberos Configuration) file.

2,I want to know which security algorithem, that Kerberos is supporting Now on HP-UX?
2 REPLIES 2

Re: Need Kerberos API name

Hiro,

1)

man 3 libkrb5

seems to have an intro to the kerberos APIs

2) I assume you mean the supported encryption types.

man 5 kerberos

lists these.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Hiro Lalwani
Occasional Contributor

Re: Need Kerberos API name

Thanks a lot, m gone through the man page still m nt finding ans of below two questions cld u plz help me?

I need help for below two questions.

1-> Could any one please tell me which kerberos API is used for to fetch the security algorithms which is defined in Kerberos configuration file (/etc/krb5.conf) (means is there any API that will use to read the Kerberos configuration file)


2-> while Configuring the Kerberos, I am seen while selecting the security algorithms it listed out only three algorithms (i.e. DES_CRC,3DES and MD5). So I wana know that , How many security algorithms it support and which are?