This is a recipe to use web2py + ldap in the real world. It's from my blog post. http://ochiba77.blogspot.com/2011/10/how-to-set-up-web2py-ldap-with-windows.html
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
This is a recipe to use web2py + ldap in the real world. It's from my blog post. http://ochiba77.blogspot.com/2011/10/how-to-set-up-web2py-ldap-with-windows.html
0
preactive 9 years ago
My AD uses case insensitive Login:Username so I had to adjust def user(): so I would not have multiple db.auth_user.id entries for one user: (see EDIT4:)
http://stackoverflow.com/questions/30511182/web2py-howto-auto-convert-username-field-to-uppercase