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
Works wonders! Thank-you!
I am running into a differnet issue that you may have insight on.
My users login and sometimes they do all CAPs and sometimes they do camelCase for their username and each time they login to generates a new DB entry and other assoc. tables for that new Auth_user.id.
I have posted my trials and errors to SO: http://stackoverflow.com/questions/30511182/web2py-howto-auto-convert-username-field-to-uppercase
Any help would be appricated. Thanks!