Bugzilla
Presentation
Bugzilla is server software designed to help you
manage software development.
Integration with
LemonLDAP::NG
Bugzilla
configuration
In Bugzilla administration interface, go in
"Parameters" > "User authentication"
Then set:
- auth_env_id: HTTP_AUTH_USER
- auth_env_email: HTTP_AUTH_MAIL
- auth_env_realname: HTTP_AUTH_CN
- user_info_class: Env or Env,CGI
LemonLDAP::NG configuration
Just create a virtual host (ex:
bugzilla.example.com) in Apache2 and trough Manager, define HTTP headers:
- Auth-User: $uid
- Auth-Mail: $mail
- Auth-Cn: $cn