Hi Folks! I could see that ldap authentication is located on: /web2py/gluon/contrib/login_methods
but after the login I need to insert the user on some ldap groups that I've queried during the authentication... where I can do it? I can see that I won't be able to use id=db.auth_group.update_or_insert(role=g) inside of "ldap_auth.py" and I can see that when I've login my ldap user id has been added to user_auth table... So the question is, where can I put some code to update or insert some groups after a ldap login? Thanks! -- Linux User #387870 .........____ .... _/_õ|__| ..º[ .-.___.-._| . . . . .__( o)__( o).:_______

