summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-14 06:05:34 +0100
committerlpsolit%gmail.com <>2008-03-14 06:05:34 +0100
commit05a0cfc3eeb0b738c7e00840df7b49e162692044 (patch)
tree277eb6b7d9583963dcb0ecee1150efc4bb1f77cf /Bugzilla/Install/Requirements.pm
parent7c6954f9189af00752c59112b79c79d8bef49390 (diff)
downloadbugzilla-05a0cfc3eeb0b738c7e00840df7b49e162692044.tar.gz
bugzilla-05a0cfc3eeb0b738c7e00840df7b49e162692044.tar.xz
Bug 304005: Implement SMTP authentication support for email notifications - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 293740e3f..65df716bc 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -170,6 +170,12 @@ sub OPTIONAL_MODULES {
feature => 'LDAP Authentication'
},
{
+ package => 'SASL-Authen',
+ module => 'Authen::SASL',
+ version => 0,
+ feature => 'SMTP Authentication'
+ },
+ {
package => 'RadiusPerl',
module => 'Authen::Radius',
version => 0,