I not given any precise advice here, just let know what exist...

App design requires rely good analysis of the requirements and we don't
really have it here.

I think we were more in the how RBAC works, how to use it and how to
applied it to your case...

...

About your specific case that is different I think from raferbop, it seems
that multi-tenancy is what you need... But make sure it really what you
need. Multi-tenant mean, multiples companies or different departement of
the same companie using the same app and share the same database because
they require the same set of featured app. So you can build only one system
and make sure you don't get divergent system to manage. You also get only
one hardware (or virtualhost) so you save cost. It make easier datamining.
But you need to be careful with data security.



Richard






On Wed, Oct 30, 2013 at 3:24 PM, Ari Lion BR Sp <[email protected]>wrote:

> Hi Richard, if this last comment is to me,  are you telling me that I
> could manage 'multi-tenant like' with Group (auth-group, i guess) ?
> If so, how?
>
> I was not intending to develop nothing out the default in this level.
>
> regards,
>
> Em quarta-feira, 30 de outubro de 2013 16h42min33s UTC-2, Richard escreveu:
>>
>> It may apply or not, I don't know, it just option you have...
>>
>> You can also, manage everything with group or even create your own access
>> management system...
>>
>> Richard
>>
>>
>> On Wed, Oct 30, 2013 at 2:38 PM, Ari Lion BR Sp <[email protected]>wrote:
>>
>>> Hi To all,
>>>
>>> I have a very similar matter here.
>>>
>>> I was thinking in merge the two concepts, and work with multi-tenant
>>> based on the company which have launched this record.
>>> Would it be a way to work?
>>>
>>> Because member of company A should not be able to see records launched
>>> from company B.
>>>
>>> Multi-tenant would would work on it?
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> Em terça-feira, 29 de outubro de 2013 12h46min27s UTC-2, raferbop
>>> escreveu:
>>>
>>>>
>>>> I am having a difficult time in understanding how to implement the
>>>> above functions, and the chapter on authentication skims over the topic.
>>>> Massimo has some great examples in the appliances section, but I haven't
>>>> come across an example that utilizes a many-to-many relationship with
>>>> respect to groups and roles. I would appreciate if someone could direct me
>>>> to some really good or extensive tutorials on that subject area.
>>>>
>>>> Kind regards,
>>>>
>>>  --
>>> Resources:
>>> - http://web2py.com
>>> - http://web2py.com/book (Documentation)
>>> - http://github.com/web2py/**web2py 
>>> <http://github.com/web2py/web2py>(Source code)
>>> - 
>>> https://code.google.com/p/**web2py/issues/list<https://code.google.com/p/web2py/issues/list>(Report
>>>  Issues)
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to web2py+un...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>
>>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to