I'm not sure I was clear enough since there is no answer :p I have 2 ldap server (A and B) and my web app is using both as authentication entity the login_method list in auth.settings is the following : auth.settings.login_methods=[ auth_ldap(server one,options 1), auth_ldap(server two, options 2)]
if userA and userB respectively have user account on server A and B and try to log in, my app will test server A and then B to find the corresponding account. I need a way to know which auth_ldap method was successful and store a boolean (True for A and False for B for instance) Thanks for your help -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

