Redirection https sur port 443

This commit is contained in:
Daniel Berteaud 2012-06-20 14:56:55 +02:00
parent 3018a8f3b4
commit 646b560cc0
1 changed files with 2 additions and 0 deletions

View File

@ -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 .= '';