Hi,
I am trying to implement "Authenticating against Django's user database from Apache" from http://www.djangoproject.com/documentation/apache_auth/ . The problem I am running into is that the username attribute in the request is set to None. This causes the authentication to fail because when django tries to get information about the user from the database, the query returns multiple results. Anyone have any suggestions? Thanks, Chuck --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

