1825163 Members
3914 Online
109679 Solutions
New Discussion юеВ

Kerberos Version?

 
SOLVED
Go to solution
placitasmd
Frequent Advisor

Kerberos Version?

How can I determine the version of the Kerberos Client on a system? I am looking specifically for a command that will tell me the krb5client is something like 1.3.5.03. Swlist does not seem to provide me with this level of detail. All that I am getting from swlist is 'Kerberos V5 Client Version 1.0'.
Mark E Duhamel
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: Kerberos Version?

Hi:

Try:

# what filename

Regards!

...JRF...
placitasmd
Frequent Advisor

Re: Kerberos Version?

So what should I use as a filename?
Mark E Duhamel
James R. Ferguson
Acclaimed Contributor

Re: Kerberos Version?

Hi (again):

In the absence of knowing more, rerun 'swlist' as before, but add its '-l file' level to ascertain the files in the product:

# swlist -l file

Regards!

...JRF...
placitasmd
Frequent Advisor

Re: Kerberos Version?

Using the '-l file' option did not provide me any additional revision info.
Mark E Duhamel
James R. Ferguson
Acclaimed Contributor

Re: Kerberos Version?

Hi (again):

> Using the '-l file' option did not provide me any additional revision info.

Of course, not. My suggestion was to use one or more of the file names found as the argument to 'what'.

Recent patches for Kerberos exist as:

PHSS_36286 for 11.11
PHSS_34991 for 11.23
PHSS_36361 for 11.31

Regards!

...JRF...
Sameer_Nirmal
Honored Contributor

Re: Kerberos Version?

Try this command
# swlist -l product |grep -l -e krb -e kerb
Kiran Kr
Occasional Advisor
Solution

Re: Kerberos Version?

Try these:
# what /usr/bin/kinit
# what /usr/lib/libkrb5.sl

You'll get the version numbers of the binaries as well as libraries
placitasmd
Frequent Advisor

Re: Kerberos Version?

The commands given provided me the data that I needed. THANKS!!!
Mark E Duhamel