allow being able to use the MapRolesToUsers on an install
---------------------------------------------------------
Key: MWAS-49
URL: http://jira.codehaus.org/browse/MWAS-49
Project: Maven 2.x WebSphere 6 Plugin
Issue Type: New Feature
Affects Versions: 1.1
Environment: websphere: ND 6.1.0.23
Apache Maven 2.1.0
Reporter: Jim Sellers
Assignee: David J. M. Karlsen
Attachments: was6-maven-plugin-MapRolesToUsers.patch
Using container managed auth, an application's roles need to be mapped to a
users, groups, everyone or all auth.
eg:
$AdminApp edit $AppName {-MapRolesToUsers { {"GUI_Publish_User" Yes No "" ""}
{"V3SOAP_Publish_User_Role" No No "user1" "group1"} }}
where the parameters are: role, role.everyone, role.all.auth.user, role.user,
role.group.
I've included a patch where you can add the following config as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>was6-maven-plugin</artifactId>
<configuration>
<roles>
<role>
<roleName>vet</roleName>
<groups>
<group>PetClinicVet</group>
</groups>
</role>
<role>
<roleName>assistant</roleName>
<groups>
<group>PetClinicAssistant</group>
</groups>
</role>
</roles>
</configuration>
</plugin>
Please let me know if there is anything else that I can do to getting this
applied. Thanks for your time and help.
References:
http://www.ibm.com/developerworks/websphere/techjournal/0309_apte/apte.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email