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 Access Control (RBAC) [1

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 > possible using libraries which are not tied

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. http://www.python-ldap.org/doc/html/ldap.html __