Anyone interested in mutiple authentication backends should check out http://code.djangoproject.com/wiki/MultipleAuthBackends
I've updated the authentication docs to cover the new changes, and the code is ready to go. A self proclaimed newbie has already posted an example LDAP backend to the wiki, so it shouldn't be too hard to get things up and running. Please ask if you have any questions. I'll do my best to answer them quickly. At this point only 2 backends are included, one that checks django.contrib.auth.models.User, and one that checks against a username and hashed password variable in your settings.py file. The latter might not make it into the trunk... I'll leave that call to Adrian and Jacob. As far as other backends go, please post them to the wiki for now. I'm not sure whether or not LDAP, OpenID support, etc. will be included in Django proper, but it would be nice to have them available. Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
