[BangPypers] Role-Based Access Control

Anand Chitipothu anandology at gmail.com
Fri Sep 18 06:32:46 CEST 2015


On Thu, Sep 17, 2015 at 4:58 PM, Senthil Kumaran <senthil at uthcode.com>
wrote:

> On Thu, Sep 17, 2015 at 3:38 AM, Anand Chitipothu <anandology at gmail.com>
> 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


No, we are not using LDAP. The roles are defined as part of the application
and I'm looking for a way to provide flexible access control by mapping
permissions to roles. Role-based access control seems to be doing that very
well, but I couldn't find a python library implementing that.

Anand


More information about the BangPypers mailing list