You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/06/13 22:01:02 UTC

[jira] [Created] (ACCUMULO-2907) Invalidate "this may not be applicable for your security setup" need warning from initialize

Josh Elser created ACCUMULO-2907:
------------------------------------

             Summary: Invalidate "this may not be applicable for your security setup" need warning from initialize
                 Key: ACCUMULO-2907
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2907
             Project: Accumulo
          Issue Type: Improvement
            Reporter: Josh Elser
            Priority: Minor


After looking at the output of {{accumulo init}} probably at a weekly rate for the past few years, can we be smarter about prompting for a root user password?

I know that the warning was added to try to avoid confusion for users who are using external authentication systems (not our default), but it's a little silly for both parties. The default implementation needs a root password, and any external system should just not be prompted at all.

Could we look into the Authorizor interface to add a new method like {{public boolean requiresRootPasswordInitialization()}} that would let us defer to the implementation to know whether or not we need to prompt the user. It seems that if we could push down this logic, it would make for less cruft on the screen all parties in the initialization output (which continues to be a source of confusion for brand new users).



--
This message was sent by Atlassian JIRA
(v6.2#6252)