From 646b560cc01c83dd72a09a57035d4a889b3a17ec Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 20 Jun 2012 14:56:55 +0200 Subject: [PATCH] Redirection https sur port 443 --- .../templates/var/lib/lemonldap-ng/conf/lmConf/005global | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global index c13289e..c3f06ee 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global @@ -7,6 +7,8 @@ $conf->{'storePassword'} = '0'; $conf->{'portalUserAttr'} = 'cn' if (($conf->{'portalUserAttr'} || '_user') eq "_user"); $conf->{'portalDisplayChangePassword'} = '0'; $conf->{'syslog'} = 'auth'; +$conf->{'https'} = '1'; +$conf->{'port'} = '443'; $OUT .= '';