Kerberos help required.
Christopher D. Clausen
cclausen at acm.org
Tue Mar 23 21:15:36 EDT 2010
Jeremy Hunt <jeremyh at optimation.com.au> wrote:
> On 23/03/2010 3:18 PM, Sayali Patankar wrote:
>> I require some help in understanding Kerberos. I am very new to this
>> concept and hence required help in some basic commands.
>> My application uses Kerberos and I wanted to know whether there is some
>> unix command which I can execute to know which vendor/version of
>> Kerberos I have installed on my unix box.
>
> I don't think there is a good way, you could try either of these:
> strings `type -a kinit | head -1` | less
> strings `type -a kpasswd | head -1` | less
>
> You have to manually look at the strings displayed in your less screen.
> MIT kerberos usually has at least krb5_MIT on one of the lines. I have
> no idea what you would see with other vendors.
You could try this command: krb5-config --all
May not be available with all Kerberos versions though.
<<CDC
More information about the Kerberos
mailing list