[web2py] Re: Active/Ldap directory and Group restrictions access

2013-09-24 Thread Luca Guerrieri
Thank you Camille, finally I've found a solution and i'v written a little how to on web2pyslices http://www.web2pyslices.com/slice/show/1715/authentication-and-group-control-with-active-directory-ldap Luca Il giorno domenica 15 settembre 2013 20:09:01 UTC+2, Luca Guerrieri ha scritto: > > Hi

[web2py] Re: Active/Ldap directory and Group restrictions access

2013-09-16 Thread Camille Roussel
The way I have approached this is to enable web2py's manage_groups. With this enables and configured any AD user who logs in will have thier AD groups added to auth_groups. with corresponding permissions. From there you can use the built in auth decorators to control access based on group membe