The only connection this question has with Django, is the encryption method that Django uses, and therefore is inappropriate for this forum.
Please refer to http://code.djangoproject.com/wiki/UsingTheMailingList On a site note, it took me less than 10 seconds on Google (with a very simple search term - first result) to find the answer you needed, which shows either lack of intuition or total laziness on your part. Cal On Sun, Jul 10, 2011 at 1:45 PM, Ali Rıza KELEŞ <ali.r.ke...@gmail.com>wrote: > Hi, > > I want to use django auth_user table for authentication of another > application which uses "apache basic auth" with module auth_mysql. The > code below runs well with MD5 passwords without salt. But django works > sha1 and with salt. > > What should I do? > > Thanks.. > > AuthName "Hi.. Please login" > AuthType Basic > AuthBasicAuthoritative Off > Auth_MySQL On > Auth_MySQL_Authoritative on > Auth_MySQL_Host localhost > > Auth_MySQL_User django-mysql-user > Auth_MySQL_Password some-password > Auth_MySQL_DB django-mysql-database > Auth_MySQL_Password_Table auth_user > > Auth_MySQL_Empty_Passwords Off > Auth_MySQL_Encrypted_Passwords on > > > Auth_MySQL_Username_Field email > Auth_MySQL_Password_Field password > Auth_MySQL_Encryption_Types PHP_MD5 > > AuthUserFile /dev/null > > Require valid-user > > > -- > -- > Ali Rıza Keleş > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.