[jboss-jira] [JBoss JIRA] Commented: (JBASM-23) multiple servers with different credentials
Aleksandar Kostadinov (JIRA)
jira-events at lists.jboss.org
Thu Nov 13 10:37:48 EST 2008
[ https://jira.jboss.org/jira/browse/JBASM-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12438343#action_12438343 ]
Aleksandar Kostadinov commented on JBASM-23:
--------------------------------------------
http://www.jboss.org/community/docs/DOC-12198 very useful - links to available context factories and JAAS info.
http://www.informit.com/articles/article.aspx?p=394898 article about JAAS and jboss
http://www.jboss.com/index.html?module=bb&op=viewforum&f=49 our security forum
> multiple servers with different credentials
> -------------------------------------------
>
> Key: JBASM-23
> URL: https://jira.jboss.org/jira/browse/JBASM-23
> Project: JBoss AS Server Manager
> Issue Type: Task
> Affects Versions: 1.0.0.GA
> Reporter: Aleksandar Kostadinov
> Assignee: Aleksandar Kostadinov
> Priority: Minor
>
> Currently server manager sets credentials like
> SecurityAssociation.setPrincipal(new SimplePrincipal(username));
> SecurityAssociation.setCredential(password);
> I think that in this case every managed server should use the same credentials. Probably using the JndiLoginInitialContextFactory can fix that but not for the http invoker.
> Alternative way with JAAS needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list