[jboss-jira] [JBoss JIRA] (AS7-2657) Update ModelControllerClient to support the JBOSS-LOCAL-USER mechanism.
Darran Lofthouse (Updated) (JIRA)
jira-events at lists.jboss.org
Mon Nov 21 09:34:42 EST 2011
[ https://issues.jboss.org/browse/AS7-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated AS7-2657:
----------------------------------
Summary: Update ModelControllerClient to support the JBOSS-LOCAL-USER mechanism. (was: Update Java Clients to use the $local account if defined when attempting to authenticate against the local AS)
Description: A JBOSS-LOCAL-USER SASL mechanism has been added to JBoss SASL to handle local authentication requests, this mechanism makes use of a temporary file to exchange a token between the server and the client and this token is then passed back to the server to authenticate the client. (was: On start-up an account called $local is going to be automatically created by the server, this account if for the use of local clients to discover and connect to the server.
If the CLI is making a localhost connection it should first attempt to discover the local account and attempt to use that for the connection, if the local account does not exist or if using it fails then the user should be prompted to authenticate.
We should also consider some form of -noautoauth option when connecting.
The purpose of this account is for 'silent' authentication of local processes, if a remote connection is being made no discovery should occur.
)
> Update ModelControllerClient to support the JBOSS-LOCAL-USER mechanism.
> -----------------------------------------------------------------------
>
> Key: AS7-2657
> URL: https://issues.jboss.org/browse/AS7-2657
> Project: Application Server 7
> Issue Type: Task
> Components: Domain Management
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Blocker
> Fix For: 7.1.0.Beta1
>
>
> A JBOSS-LOCAL-USER SASL mechanism has been added to JBoss SASL to handle local authentication requests, this mechanism makes use of a temporary file to exchange a token between the server and the client and this token is then passed back to the server to authenticate the client.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list