diff options
author | lpsolit%gmail.com <> | 2008-03-14 06:05:34 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-03-14 06:05:34 +0100 |
commit | 05a0cfc3eeb0b738c7e00840df7b49e162692044 (patch) | |
tree | 277eb6b7d9583963dcb0ecee1150efc4bb1f77cf /Bugzilla/Install | |
parent | 7c6954f9189af00752c59112b79c79d8bef49390 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
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, |