Hi everybody, 
i want to change Identity component like this:

  | <identity>
  |   <user name="sally" email="[EMAIL PROTECTED]" password="sally" address="21 
jump street"/>
  |   <user name="mary" email="[EMAIL PROTECTED]" password="mary" address="21 
jump street"/>
  |   <user name="tom" email="[EMAIL PROTECTED]" password="tom" address="21 
jump street"/>
  |   <user name="bill" email="[EMAIL PROTECTED]" password="bill" address="21 
jump street"/>
  |   <group name="reviewers" type="hierarchy" />
  |   <group name="supervisors" type="hierarchy" />
  |   <group name="clerks" type="hierarchy" />
  |   <membership name="seniorsallyreviewers" role="senior" user="sally" 
group="reviewers" />
  |   <membership name="juniortomreviewers" role="junior" user="tom" 
group="reviewers" />
  |   <membership name="marysupervisors" role="senior" user="mary" 
group="supervisors" />
  |   <membership name="billclerks" role="senior" user="bill" group="clerks" />
  | </identity>
  | 

is it possible to add new attribute on user for example ??

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080742#4080742

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080742
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to