Hi everyone. In my application I need to authenticate users against windows active directory using user name and password. The user's group is also determined by the active directory group.
So far I was able to do so using a the ldap class directory and use lsearch to compare the group. Can the same be archive using web2py DAL? I'm sad to say that I have absolutely no clue what to do with the 4 lines of the example codes showed in the online book >.>

