Hi listers,
 
I'm trying to make a module of a deployable application, which will be used by 
a data administrator (a role that will be defined for the application). Simply, 
it will create/delete and update users: names, phone numbers etc. and roles of 
the users. I would like to allow the administrator to select a couple of roles 
by setting the checkboxes, and the group list will be computed afterwards. I 
need get the groups which my roles map. I can get it from Roles if I know which 
mode the applications is running, test or production. I think I can get this 
information from the database using SQL etc. etc.
 
My questions are:
1. how meaningful is it to implement such a module to a deployable application? 
If a group is removed from a user's group list, it will not only restrict 
access to this application, but also to other applications running on the same 
server, which have roles associated with this group. Or, is it practically 
impossible to have such two applications sharing the same groups?
2. is there an easy way of fetch this role/group mapping, something like a 
process named application-get-group-for-role?
 
Thanks in advance,
Serdar Özcan
Siemens Enterprise Communications
 
iSEC - IT Services and Enterprise Communications
Software Engineer

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to