Bugzilla

Présentation

Bugzilla est un logiciel serveur conçu pour assister la gestion de développement logiciel.

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

Configuration

Administration de Bugzilla

Dans l'interface d'administration, allez dans Parameters » User authentication

et indiquez :

Hôte virtuel Apache hébergeant Bugzilla

Configurer l'hôte virtuel Bugzilla comme n'importe quel autre hôte virtuel protégé.

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

Hôte virtuel Bugzilla dans le manager

Aller dans le manager et créer un nouvel hôte virtuel pour Bugzilla.

Configurer les règles d'accès.

Configurer les en-têtes suivants.