I am running a apache2 server which hosts a website, as well as svn source repository. Currently, the svn authentication is done with mod_auth_dbd which talks to a MySQL database. Users can log in to their accounts and modify account details (passwords, etc), and use the same login info for svn. I was wondering if it is possible to integrate Bugzilla into this system, so that the login and authentication system stays the same.

Thanks,

Tim

link|improve this question
feedback

1 Answer

Yes, Bugzilla's authentication is modular. Have a look in Bugzilla/Auth/Verify.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.