Re: User Authentication Using Kerberos

2010-05-04 Thread Owen O'Malley
On Tue, May 4, 2010 at 5:13 AM, Sujitha wrote: >   i am working on hadoop security wherein in the first step to > authenticate users,Kerberos authentication protocol was used. Look at the UserGroupInformation class in subversion trunk. It uses Java's JAAS interface to authenticate the user using

User Authentication Using Kerberos

2010-05-04 Thread Sujitha
Hi All, i am working on hadoop security wherein in the first step to authenticate users,Kerberos authentication protocol was used. Is it wise using Kerberos (version in C) or otherwise have to look for Java Kerberos version 1.1 for hadoop security framework?? Thanks Regards Suji