Kerberos help required.
Jeremy Hunt
jeremyh at optimation.com.au
Tue Mar 23 18:52:02 EDT 2010
On 23/03/2010 3:18 PM, Sayali Patankar wrote:
> [safeTgram (safetgram-in) receive status: NOT encrypted, NOT signed.]
>
>
> Hi,
>
> 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.
> Please help me.
>
> Thanks,
>
> Regards,
> Sayali Patankar| ATT07 - CCB Usage-Billing |Tech Mahindra
> Phase III, Rajiv Gandhi IT Park, Hinjewadi, Pune, 411 057.
> * Office: +91-20-42250000| Extn: 253754| Cell: +91-9822283204
> E-Mail: sayali.patankar<mailto:sayali.patankarr at techmahindra.com>@<mailto:sayali.patankar at techmahindra.com>techmahindra.com
> www.techmahindra.com<http://www.techmahindra.com/>
>
>
> ============================================================================================================================Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at<a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and<a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra.============================================================================================================================
> ________________________________________________
> Kerberos mailing list Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
>
>
Hi Sayali,
I don't think there is a good way, you could try either of these:
strings `type -a kinit | head -1` | less
or
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.
Good Luck,
Jeremy
--
"The most likely way for the world to be destroyed, most experts agree,
is by accident. That's where we come in; we're computer professionals.
We cause accidents." -- Nathaniel Borenstein, co-creator of MIME
More information about the Kerberos
mailing list