From 075f2dad6920161af5dc5e052cbab53c169eea1b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Jun 2012 16:49:00 +0200 Subject: [PATCH] =?UTF-8?q?Autorisation=20de=20mots=20clefs=20alternatif?= =?UTF-8?q?=20pour=20activer=20la=20config=20forc=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../e-smith/templates/usr/share/mozilla-mcd/thunderbird.conf.php/10All | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/mozilla-mcd/thunderbird.conf.php/10All b/root/etc/e-smith/templates/usr/share/mozilla-mcd/thunderbird.conf.php/10All index 127106d..13f154d 100644 --- a/root/etc/e-smith/templates/usr/share/mozilla-mcd/thunderbird.conf.php/10All +++ b/root/etc/e-smith/templates/usr/share/mozilla-mcd/thunderbird.conf.php/10All @@ -4,7 +4,7 @@ use esmith::util; my $ldapbase = esmith::util::ldapBase ($DomainName); -my $pref = ((${'mozilla-mcd'}{'TBEnforce'} || 'disabled') eq 'enabled') ? "lockPref":"defaultPref"; +my $pref = ((${'mozilla-mcd'}{'TBEnforce'} || 'disabled') =~ m/^enabled|on|1|yes$/) ? "lockPref":"defaultPref"; $OUT .=<<"EOF";