Hi all,

I need a set up as follows SVN + Apache2 authentication via Mysql

I installed dav_svn, and auth_mysql modules. my  dav_svn.conf - is as
follows

==
*<Directory /var/lib/svn/>
    options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Location /svn>
  DAV svn
  SVNParentPath /var/lib/svn
  AuthUserFile /dev/null
  AuthType Basic
  AuthName "My Repository"
  AuthMYSQL on
  AuthMySQL_Authoritative on
  AuthMySQL_DB postfix
  AuthMySQL_Password_Table user
  AuthMySQL_Username_Field mbox
  AuthMySQL_Password_Field password
  AuthMySQL_Empty_Passwords off
 AuthMySQL_Encryption_Types Crypt_MD5
 Require valid-user
 AuthBasicAuthoritative off
</Location>*
==

But now somehow I am not able to get into the site through browser.  It just
keep asking for password and never allow to login.. could somebody help..?

thanks in advance,
-- 
Manjunath

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MyLUG" 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/mylug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to