Bugzilla

Presentation

Bugzilla is server software designed to help you manage software development.

Bugzilla can authenticate a user with HTTP headers, and auto-create its account with a few information:

Configuration

Bugzilla administration

In Bugzilla administration interface, go in Parameters ยป User authentication

Then set:

Bugzilla virtual host in Apache

Configure Bugzilla virtual host like other protected virtual host.

<VirtualHost *:80>
       ServerName bugzilla.example.com
 
       PerlHeaderParserHandler Lemonldap::NG::Handler
 
       ...
 
</VirtualHost>

Bugzilla virtual host in Manager

Go to the Manager and create a new virtual host for Bugzilla.

Configure the access rules.

Configure the following headers.