[BangPypers] Role-Based Access Control

2015-09-17 Thread Anand Chitipothu
Hi, I'm trying to use Role-Based Access Control (RBAC) [1] for an application I'm working on. Is there any Python library that implements RBAC very well? Has anyone of you have experience with using any such library? I spent some time looking for python libraries, but all of them are tied to a

Re: [BangPypers] Role-Based Access Control

2015-09-17 Thread Senthil Kumaran
On Thu, Sep 17, 2015 at 3:38 AM, Anand Chitipothu wrote: > If you have any suggestions, please let me know. If the organization uses ldap, then using a ldap based access control is possible using libraries which are not tied to any web-framework.

Re: [BangPypers] Role-Based Access Control

2015-09-17 Thread Anand Chitipothu
On Thu, Sep 17, 2015 at 4:58 PM, Senthil Kumaran wrote: > On Thu, Sep 17, 2015 at 3:38 AM, Anand Chitipothu > wrote: > > > If you have any suggestions, please let me know. > > > If the organization uses ldap, then using a ldap based access control is >

Re: [BangPypers] Role-Based Access Control

2015-09-17 Thread Sangeeth Saravanaraj
Hi Anand, I have been using Simple-rbac for sometime now and I find it useful. Please give this a try - https://pypi.python.org/pypi/simple-rbac/0.1.1 Thank you, Sangeeth On Thu, Sep 17, 2015 at 4:08 PM, Anand Chitipothu wrote: > Hi, > > I'm trying to use Role-Based