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:05:02 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031085#comment-14031085 ] 

Josh Elser edited comment on ACCUMULO-2907 at 6/13/14 8:03 PM:
---------------------------------------------------------------

I believe the plan going forward was to always support a set of local users, bare minimum being the root user. [~ctubbsii] may remember better


was (Author: vines):
I believe the plan going forward was to always support a set of local users, bare minimum being the root user. [~btubbs] may remember better

> Invalidate "this may not be applicable for your security setup" 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)