You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/04/18 00:23:17 UTC

[jira] [Created] (ACCUMULO-1300) Allow multiple, prioritized authentication systems

Christopher Tubbs created ACCUMULO-1300:
-------------------------------------------

             Summary: Allow multiple, prioritized authentication systems
                 Key: ACCUMULO-1300
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1300
             Project: Accumulo
          Issue Type: Improvement
          Components: master, tserver
    Affects Versions: 1.5.0
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
             Fix For: 1.6.0


This continues the work started on ACCUMULO-1024, and proposed in detail on that ticket.

The basic idea is that authenticators should be configurable in a priority list, list the way it can be done on Linux, as in:
{code}
local > NIS > LDAP > AD
{code}
The priority for Accumulo would be:
{code}
SystemUserAuthenticator > BuiltInPasswordAuthenticator > UserConfiguredAuthenticator1 > UserConfiguredAuthenticator2 > ...
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira