crs4 / notredam

Automatically exported from code.google.com/p/notredam
http://www.notredam.org
17 stars 4 forks source link

LDAP Authentication Results in PicklingError #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Notredam 2.0 per the instructions
2. Install python-ldap and python-django-auth-ldap
3. Configure LDAP authentication in settings.py.
4. Log in under default admin account (success).
5. Log in under LDAP account (failure).

What is the expected output? What do you see instead?
Expect to see workspace for testuser, instead see Pickling Error:
http://pastebin.com/vFBEapYD

What version of the product are you using? On what operating system?
2.0 from Mercurial repo on Ubuntu 12.04

Original issue reported on code.google.com by nick.e.c...@gmail.com on 7 Jun 2014 at 9:28