Issue Details (XML | Word | Printable)

Key: HADOOP-6299
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Owen O'Malley
Reporter: Arun C Murthy
Votes: 0
Watchers: 11
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Use JAAS LoginContext for our login

Created: 08/Oct/09 07:48 AM   Updated: Today 12:51 AM
Return to search
Component/s: security
Affects Version/s: None
Fix Version/s: 0.22.0

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works UserGroupInformation.java 2009-11-11 08:55 PM Owen O'Malley 15 kB
Issue Links:
Blocker
 
Dependants
 
Reference
 


 Description  « Hide
Currently we use a custom login module in UnixUserGroupInformation for acquiring user-credentials (via config or exec'ing 'whoami'). We should switch to using standard JAAS components such as LoginContext and possibly implement a custom UnixLoginContext for our current requirements. In future we can use this for Kerberos etc.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Arun C Murthy made changes - 08/Oct/09 07:50 AM
Field Original Value New Value
Link This issue blocks HADOOP-4850 [ HADOOP-4850 ]
Arun C Murthy made changes - 08/Oct/09 07:51 AM
Fix Version/s 0.22.0 [ 12314296 ]
Arun C Murthy made changes - 08/Oct/09 07:52 AM
Link This issue relates to HADOOP-4487 [ HADOOP-4487 ]
Owen O'Malley made changes - 11/Nov/09 08:55 PM
Attachment UserGroupInformation.java [ 12424644 ]
Owen O'Malley made changes - 11/Nov/09 08:55 PM
Assignee Owen O'Malley [ owen.omalley ]
Andrew Purtell made changes - 29/Nov/09 12:51 AM
Link This issue blocks HBASE-2016 [ HBASE-2016 ]