Re: ANN: multi-auth branch ready for testing

2006-05-16 Thread Joseph Kocherhans
On 5/16/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > perhaps the settings.py auth > backend might make better example code (perhaps in the "writing auth > backends" doc?) since it's actually pretty insecure :) Good call. Done in [2924] Joseph --~--~-~--~~~---~-

Re: ANN: multi-auth branch ready for testing

2006-05-16 Thread Jonathan Daugherty
# Since this stuff is optional I wouldn't be opposed to including # well- written auth backends to services like OpenID in # django.contrib.auth... probably worth judging on a case-by-case # basis. I know some work on OpenID + Django has already been done, but I'd be glad to help out with it, as

Re: ANN: multi-auth branch ready for testing

2006-05-16 Thread Jacob Kaplan-Moss
On May 16, 2006, at 3:11 PM, Joseph Kocherhans wrote: > Anyone interested in mutiple authentication backends should check out > http://code.djangoproject.com/wiki/MultipleAuthBackends w00t! > At this point only 2 backends are included, one that checks > django.contrib.auth.models.User, and one t

ANN: multi-auth branch ready for testing

2006-05-16 Thread Joseph Kocherhans
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